mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-11 00:40:09 +00:00
* Add s_nops after v_dot to avoid hazard * Fix builtin for inner_produxt fp16 * Skip inline version to builtin * Add comments regarding isa * Fix comment regarding s_nop
6 lines
252 B
CMake
6 lines
252 B
CMake
# TODO: Enable for gfx90a after complier fix
|
|
if(DL_KERNELS)
|
|
add_gtest_executable(test_batched_gemm_multi_d test_batched_gemm_multi_d.cpp)
|
|
target_link_libraries(test_batched_gemm_multi_d PRIVATE utility device_batched_gemm_multi_d_instance)
|
|
endif()
|