mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-04 21:51:28 +00:00
re-enable batched transpose test on gfx942 (#3035)
* re-enable batched transpose test on gfx942 * try also enabling on gfx11/12 * roll back to original 'gfx9'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if(GPU_TARGETS MATCHES "gfx950")
|
||||
if(GPU_TARGETS MATCHES "gfx9")
|
||||
add_gtest_executable(test_ck_tile_batched_transpose test_batched_transpose.cpp)
|
||||
set_property(TARGET test_ck_tile_batched_transpose PROPERTY CXX_STANDARD 20)
|
||||
else()
|
||||
|
||||
Reference in New Issue
Block a user