mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-17 11:30:02 +00:00
Merge commit '069500464de6a55b80e8341c79239b13ac8ef379' into develop
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user