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
e942c054
Commit
e942c054
authored
Dec 22, 2025
by
qisan
Browse files
[Bugfix] Pass pre commit check
parent
667632cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/target/codegen_hip.cc
src/target/codegen_hip.cc
+1
-1
No files found.
src/target/codegen_hip.cc
View file @
e942c054
...
...
@@ -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_m
f
ma"
;
<<
"Invalid number of arguments for tvm_mma
c
"
;
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
;
...
...
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