Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
tilelang
Commits
ede9eaa3
Unverified
Commit
ede9eaa3
authored
Dec 11, 2025
by
Cunxiao Ni
Committed by
GitHub
Dec 11, 2025
Browse files
[TypoFix] fix typo for SM120 (#1408)
parent
53be59dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/op/gemm_py.cc
src/op/gemm_py.cc
+1
-1
No files found.
src/op/gemm_py.cc
View file @
ede9eaa3
...
@@ -135,7 +135,7 @@ GemmInst GemmPyNode::getGemmInst(int block_size, Target target) const {
...
@@ -135,7 +135,7 @@ GemmInst GemmPyNode::getGemmInst(int block_size, Target target) const {
return
GemmInst
::
kMFMA
;
return
GemmInst
::
kMFMA
;
}
else
if
(
TargetIsVolta
(
target
)
||
TargetIsAmpere
(
target
)
||
}
else
if
(
TargetIsVolta
(
target
)
||
TargetIsAmpere
(
target
)
||
TargetIsTuring
(
target
)
||
TargetIsHopper
(
target
)
||
TargetIsTuring
(
target
)
||
TargetIsHopper
(
target
)
||
TargetIsSm100
(
target
))
{
TargetIsSm100
(
target
)
||
TargetIsSM120
(
target
)
)
{
return
GemmInst
::
kMMA
;
return
GemmInst
::
kMMA
;
}
else
{
}
else
{
ICHECK
(
0
)
<<
"Unsupported target for gemm: "
<<
target
->
str
();
ICHECK
(
0
)
<<
"Unsupported target for gemm: "
<<
target
->
str
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment