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
ac7442ca
Commit
ac7442ca
authored
Dec 30, 2024
by
Muhammed Emin Ozturk
Browse files
fix
parent
100ecb0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
example/01_gemm/gemm_xdl_streamk.cpp
example/01_gemm/gemm_xdl_streamk.cpp
+1
-2
No files found.
example/01_gemm/gemm_xdl_streamk.cpp
View file @
ac7442ca
...
...
@@ -15,7 +15,6 @@ using F16 = ck::half_t;
using
ALayout
=
Row
;
using
BLayout
=
Row
;
// using BLayout = Col;
using
CLayout
=
Row
;
using
AElementOp
=
PassThrough
;
...
...
@@ -57,4 +56,4 @@ using ReferenceGemmInstanceGPU = ck::tensor_operation::device::ReferenceGemm<ALa
#include "run_gemm_example.inc"
int
main
(
int
argc
,
char
*
argv
[])
{
return
!
run_gemm_streamk_example
(
argc
,
argv
);
}
\ No newline at end of file
int
main
(
int
argc
,
char
*
argv
[])
{
return
!
run_gemm_streamk_example
(
argc
,
argv
);
}
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