Files
composable_kernel/experimental/builder/test/test_conv_builder.cpp
John Shumway 5f0c272c9f Simplify Signature by removing constexpr.
The tests used constexpr on fields from an older design. Now that we have const template parameters instead of types, these Signature fields don't need constexpr. This will also make it easier to test different operator signatures.
2025-10-05 17:30:25 +00:00

1.3 KiB