Unverified Commit ede9eaa3 authored by Cunxiao Ni's avatar Cunxiao Ni Committed by GitHub
Browse files

[TypoFix] fix typo for SM120 (#1408)

parent 53be59dc
......@@ -135,7 +135,7 @@ GemmInst GemmPyNode::getGemmInst(int block_size, Target target) const {
return GemmInst::kMFMA;
} else if (TargetIsVolta(target) || TargetIsAmpere(target) ||
TargetIsTuring(target) || TargetIsHopper(target) ||
TargetIsSm100(target)) {
TargetIsSm100(target) || TargetIsSM120(target)) {
return GemmInst::kMMA;
} else {
ICHECK(0) << "Unsupported target for gemm: " << target->str();
......
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