Commit e942c054 authored by qisan's avatar qisan
Browse files

[Bugfix] Pass pre commit check

parent 667632cc
......@@ -978,7 +978,7 @@ void CodeGenTileLangHIP::VisitExpr_(const CallNode *op, std::ostream &os) {
// arg 11: C accumulator index
ICHECK(op->args.size() == 12U)
<< "Invalid number of arguments for tvm_mfma";
<< "Invalid number of arguments for tvm_mmac";
std::string prefix = Downcast<StringImm>(op->args[0])->value;
std::string A_layout = Downcast<StringImm>(op->args[1])->value;
std::string B_layout = Downcast<StringImm>(op->args[2])->value;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment