mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-20 21:09:08 +00:00
6 lines
217 B
CMake
6 lines
217 B
CMake
add_gtest_executable(test_gemm_mx test_gemm_mx.cpp)
|
|
if(result EQUAL 0)
|
|
target_compile_options(test_gemm_mx PRIVATE -mavx512f)
|
|
target_link_libraries(test_gemm_mx PRIVATE utility device_gemm_mx_instance)
|
|
endif()
|