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
e547d247
Unverified
Commit
e547d247
authored
Dec 01, 2025
by
Lei Wang
Committed by
GitHub
Dec 01, 2025
Browse files
[Bugfix] Update TIR registration for GemmSPPy to use tile operation (#1361)
parent
283a9a00
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/op/gemm_sp_py.cc
src/op/gemm_sp_py.cc
+1
-1
No files found.
src/op/gemm_sp_py.cc
View file @
e547d247
...
@@ -279,7 +279,7 @@ LayoutMap GemmSPPyNode::InferLayout(const LayoutInferArgs &T,
...
@@ -279,7 +279,7 @@ LayoutMap GemmSPPyNode::InferLayout(const LayoutInferArgs &T,
return
results
;
return
results
;
}
}
TIR_REGISTER_TL_OP
(
GemmSPPy
,
gemm_sp_py
)
TIR_REGISTER_TL_
TILE_
OP
(
GemmSPPy
,
gemm_sp_py
)
.
set_num_inputs
(
5
)
.
set_num_inputs
(
5
)
.
set_attr
<
TCallEffectKind
>
(
"TCallEffectKind"
,
.
set_attr
<
TCallEffectKind
>
(
"TCallEffectKind"
,
Integer
(
CallEffectKind
::
kOpaque
));
Integer
(
CallEffectKind
::
kOpaque
));
...
...
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