Commit 448bf895 authored by Jakub Piasecki's avatar Jakub Piasecki
Browse files

compile ck tile examples only for gfx94

parent 43de07ba
...@@ -222,7 +222,7 @@ endfunction(add_example_executable_no_testing EXAMPLE_NAME) ...@@ -222,7 +222,7 @@ endfunction(add_example_executable_no_testing EXAMPLE_NAME)
# add all example subdir # add all example subdir
file(GLOB dir_list LIST_DIRECTORIES true *) file(GLOB dir_list LIST_DIRECTORIES true *)
if (NOT SUPPORTED_GPU_TARGETS MATCHES "gfx9") if (NOT SUPPORTED_GPU_TARGETS MATCHES "gfx94")
list(FILTER dir_list EXCLUDE REGEX ".*/ck_tile") list(FILTER dir_list EXCLUDE REGEX ".*/ck_tile")
endif() endif()
FOREACH(subdir ${dir_list}) FOREACH(subdir ${dir_list})
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment