Merge commit '20f66c1e6b314a39533cac95b81e08f89645af2a' into develop

This commit is contained in:
assistant-librarian[bot]
2026-01-12 09:19:02 +00:00
parent 5de7a34a91
commit d196ee4a2e
10 changed files with 319 additions and 113 deletions

View File

@@ -204,6 +204,7 @@ struct DummySignature
constexpr DummySignature DUMMY_SIGNATURE = {};
namespace ck_tile::builder::test {
template <>
struct Args<DUMMY_SIGNATURE>
{
@@ -225,6 +226,7 @@ struct Outputs<DUMMY_SIGNATURE>
void* b;
};
// Explicitly implement validate for this type to test that that works.
template <>
ValidationReport validate<DUMMY_SIGNATURE>(const Args<DUMMY_SIGNATURE>& args,
Outputs<DUMMY_SIGNATURE> actual,