mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-17 03:19:48 +00:00
Merge commit '20f66c1e6b314a39533cac95b81e08f89645af2a' into develop
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user