mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-22 13:59:41 +00:00
4 lines
157 B
CMake
4 lines
157 B
CMake
add_executable(test_copy_kernel EXCLUDE_FROM_ALL test_copy.cpp)
|
|
target_compile_options(test_copy_kernel PRIVATE
|
|
-mllvm -enable-noalias-to-md-conversion=0
|
|
) |