Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
qingyunqu committed Sep 5, 2024
1 parent 26bca81 commit e73268e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/lib/Conversion/ToPTX/GenPTXConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ static void addFuncAttrs(func::FuncOp func, bool useBarePtrCallConv,

// Main Pass
struct GenPTXConfigPass : public GenPTXConfigBase<GenPTXConfigPass> {
GenPTXConfigPass(bool useBarePtrCallConvm, const std::string &fileName)
GenPTXConfigPass(bool useBarePtrCallConv, const std::string &fileName)
: GenPTXConfigBase() {
this->useBarePtrCallConv = useBarePtrCallConv;
this->fileName = fileName;
Expand Down

0 comments on commit e73268e

Please sign in to comment.