Files
composable_kernel/experimental/builder/test/test_conv_builder.cpp
John Shumway ade741ae61 Generalized version to StringLiteral.
With the change, the following can be used for the version parameter:

"0.1.0"  // string literal
constexpr char API_VERSION[] = "0.1.0";
constexpr ckb::StringLiteral API_VERSION = "0.1.0";
2025-09-05 22:30:00 +00:00

1.1 KiB