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
ce8c840f
Commit
ce8c840f
authored
Feb 17, 2025
by
Jakub Piasecki
Browse files
minor ifx
parent
2ed2963b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
example/ck_tile/CMakeLists.txt
example/ck_tile/CMakeLists.txt
+1
-1
No files found.
example/ck_tile/CMakeLists.txt
View file @
ce8c840f
...
@@ -3,7 +3,7 @@ include_directories(AFTER
...
@@ -3,7 +3,7 @@ include_directories(AFTER
)
)
add_subdirectory
(
03_gemm
)
add_subdirectory
(
03_gemm
)
if
(
NOT
SUPPORTED_GPU_TARGETS MATCHES
"gfx94"
)
if
(
SUPPORTED_GPU_TARGETS MATCHES
"gfx94"
)
add_subdirectory
(
01_fmha
)
add_subdirectory
(
01_fmha
)
add_subdirectory
(
02_layernorm2d
)
add_subdirectory
(
02_layernorm2d
)
add_subdirectory
(
04_img2col
)
add_subdirectory
(
04_img2col
)
...
...
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