"...git@developer.sourcefind.cn:cnjsdfcy/simbricks.git" did not exist on "0d635f536b0b093d78d9d3acc2615401697a28fc"
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)
# add all example subdir
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")
endif()
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