mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-19 22:39:03 +00:00
Add unit test coverage for conversion to convolution traits (#3515)
Our concept-base conversions are fragile and too complex. We want to refactor to straightforward functions for each intance trace class template. This change adds unit test coverage to make that refactoring safer.
This commit is contained in:
@@ -104,7 +104,8 @@ target_link_libraries(test_ckb_reference_execution PRIVATE utility)
|
||||
|
||||
# Tests convolution trait selection and configuration
|
||||
add_ck_builder_test(test_ckb_conv_traits
|
||||
conv/ck/test_conv_traits.cpp)
|
||||
conv/ck/test_conv_traits.cpp
|
||||
conv/ck/unit_instance_to_conv_traits.cpp)
|
||||
|
||||
# Tests convolution problem description and parameter handling
|
||||
add_ck_builder_test(test_ckb_conv_description
|
||||
|
||||
1128
experimental/builder/test/conv/ck/unit_instance_to_conv_traits.cpp
Normal file
1128
experimental/builder/test/conv/ck/unit_instance_to_conv_traits.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user