mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-04 13:41:24 +00:00
[CK-tile] add gtest for ck-tile batched transpose kernels (#2585)
* add a dummy test file * add kernel launch logic to the test * transfer all test cases into gtest params * factor kernel out into test config * add load transpose pipeline tests * add padded tests and skip invalid kernels at runtime * enum class for pipeline type * add multiwarp test cases * fix type * try to solve the problem --------- Co-authored-by: ThomasNing <thomas.ning@amd.com>
This commit is contained in:
@@ -26,8 +26,8 @@ if(GPU_TARGETS MATCHES "gfx9")
|
||||
|
||||
add_batched_transpose_test(test_ck_tile_batched_transpose_bf16 batched_transpose_bf16.cpp)
|
||||
add_dependencies(${CUSTOM_TARGET_NAME} test_ck_tile_batched_transpose_bf16)
|
||||
|
||||
|
||||
add_gtest_executable(test_batched_transpose test_batched_transpose.cpp)
|
||||
set_property(TARGET test_batched_transpose PROPERTY CXX_STANDARD 20)
|
||||
else()
|
||||
message(DEBUG "Skipping ck_tile batched_transpose tests for current target")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user