Merge commit '069500464de6a55b80e8341c79239b13ac8ef379' into develop

This commit is contained in:
assistant-librarian[bot]
2026-02-02 18:23:47 +00:00
parent 6b3e501d83
commit b0b7f95d6e
50 changed files with 228 additions and 43 deletions

View File

@@ -9,6 +9,9 @@
#include "ck_tile/core.hpp"
#include "ck_tile/ops/fmha.hpp"
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wlifetime-safety-intra-tu-suggestions"
#ifndef TEST_ALIBI_VERBOSE
#define TEST_ALIBI_VERBOSE 0
#endif
@@ -213,3 +216,4 @@ int main()
// clang-format on
return rtn ? 0 : -1;
}
#pragma clang diagnostic pop