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
2ed2963b
Commit
2ed2963b
authored
Feb 13, 2025
by
Jakub Piasecki
Browse files
fix
parent
e3cf9751
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
16 deletions
+18
-16
example/CMakeLists.txt
example/CMakeLists.txt
+1
-1
example/ck_tile/CMakeLists.txt
example/ck_tile/CMakeLists.txt
+17
-15
No files found.
example/CMakeLists.txt
View file @
2ed2963b
...
...
@@ -222,7 +222,7 @@ endfunction(add_example_executable_no_testing EXAMPLE_NAME)
# add all example subdir
file
(
GLOB dir_list LIST_DIRECTORIES true *
)
if
(
NOT SUPPORTED_GPU_TARGETS MATCHES
"gfx9
4
"
)
if
(
NOT SUPPORTED_GPU_TARGETS MATCHES
"gfx9"
)
list
(
FILTER dir_list EXCLUDE REGEX
".*/ck_tile"
)
endif
()
FOREACH
(
subdir
${
dir_list
}
)
...
...
example/ck_tile/CMakeLists.txt
View file @
2ed2963b
...
...
@@ -2,19 +2,21 @@ include_directories(AFTER
${
CMAKE_CURRENT_LIST_DIR
}
)
add_subdirectory
(
01_fmha
)
add_subdirectory
(
02_layernorm2d
)
add_subdirectory
(
03_gemm
)
add_subdirectory
(
04_img2col
)
add_subdirectory
(
05_reduce
)
add_subdirectory
(
06_permute
)
add_subdirectory
(
09_topk_softmax
)
add_subdirectory
(
10_rmsnorm2d
)
add_subdirectory
(
11_add_rmsnorm2d_rdquant
)
add_subdirectory
(
12_smoothquant
)
add_subdirectory
(
13_moe_sorting
)
add_subdirectory
(
14_moe_smoothquant
)
add_subdirectory
(
15_fused_moe
)
add_subdirectory
(
16_batched_gemm
)
add_subdirectory
(
17_grouped_gemm
)
add_subdirectory
(
35_batched_transpose
)
if
(
NOT SUPPORTED_GPU_TARGETS MATCHES
"gfx94"
)
add_subdirectory
(
01_fmha
)
add_subdirectory
(
02_layernorm2d
)
add_subdirectory
(
04_img2col
)
add_subdirectory
(
05_reduce
)
add_subdirectory
(
06_permute
)
add_subdirectory
(
09_topk_softmax
)
add_subdirectory
(
10_rmsnorm2d
)
add_subdirectory
(
11_add_rmsnorm2d_rdquant
)
add_subdirectory
(
12_smoothquant
)
add_subdirectory
(
13_moe_sorting
)
add_subdirectory
(
14_moe_smoothquant
)
add_subdirectory
(
15_fused_moe
)
add_subdirectory
(
16_batched_gemm
)
add_subdirectory
(
17_grouped_gemm
)
add_subdirectory
(
35_batched_transpose
)
endif
()
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