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
gaoqiong
composable_kernel_ROCM
Commits
f8d72839
Commit
f8d72839
authored
Feb 07, 2025
by
Andriy Roshchenko
Browse files
WIP: Fix gemm_mx_fp8 for gfx950
parent
06af86fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
example/67_gemm_microscaling/gemm_mx_fp8.cpp
example/67_gemm_microscaling/gemm_mx_fp8.cpp
+1
-1
No files found.
example/67_gemm_microscaling/gemm_mx_fp8.cpp
View file @
f8d72839
...
...
@@ -21,7 +21,7 @@ using CDataType = float;
using
ALayout
=
Row
;
using
BLayout
=
Col
;
using
CLayout
=
Col
;
using
CLayout
=
Row
;
using
CElementOp
=
PassThrough
;
// elementwise transformation for C matrix
...
...
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