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.

[ROCm/composable_kernel commit: a7d6b1e700]
This commit is contained in:
John Shumway
2026-01-07 07:44:21 -08:00
committed by GitHub
parent acf98936bc
commit a89756823c
2 changed files with 1130 additions and 1 deletions

View File

@@ -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

File diff suppressed because it is too large Load Diff