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
448bf895
"...git@developer.sourcefind.cn:cnjsdfcy/simbricks.git" did not exist on "0d635f536b0b093d78d9d3acc2615401697a28fc"
Commit
448bf895
authored
Feb 13, 2025
by
Jakub Piasecki
Browse files
compile ck tile examples only for gfx94
parent
43de07ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
example/CMakeLists.txt
example/CMakeLists.txt
+1
-1
No files found.
example/CMakeLists.txt
View file @
448bf895
...
...
@@ -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"
)
if
(
NOT SUPPORTED_GPU_TARGETS MATCHES
"gfx9
4
"
)
list
(
FILTER dir_list EXCLUDE REGEX
".*/ck_tile"
)
endif
()
FOREACH
(
subdir
${
dir_list
}
)
...
...
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