mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-11 00:40:09 +00:00
* Add DeviceBatchedGemmMultipleD_Dl * Fix batched_gemm tests * Fix comments * test_batched_gemm_multi_d fixes * Fix args for isSupported batchedGemmMultipleDDl * Disable tests for gfx90a
6 lines
278 B
CMake
6 lines
278 B
CMake
# TODO: Enable for gfx90a after complier fix
|
|
if(NOT GPU_TARGETS MATCHES "gfx90a")
|
|
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()
|