mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-19 20:40:07 +00:00
Merge remote-tracking branch 'origin/develop' into users/yiding12/fmha-bwd-workspace
This commit is contained in:
@@ -16,6 +16,9 @@
|
||||
#include "gemm_utils.hpp"
|
||||
#include "run_gemm_example.inc"
|
||||
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wlifetime-safety-intra-tu-suggestions"
|
||||
|
||||
/**
|
||||
* @brief Tile partitioner with output offset support.
|
||||
*
|
||||
@@ -961,3 +964,5 @@ int main(int argc, char* argv[])
|
||||
}
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
#pragma clang diagnostic pop
|
||||
|
||||
Reference in New Issue
Block a user