Merge commit '8b56ffb6aea4dd5e3c531912ee6b2258398606ee' into develop

This commit is contained in:
assistant-librarian[bot]
2026-02-03 03:12:05 +00:00
parent 9c38bf0527
commit f27120c60e
2 changed files with 7 additions and 4 deletions

View File

@@ -63,7 +63,10 @@ struct BlockwiseGemmDpp_ak0mak1_bk0nbk1_m0n0m1n1m2n2
true>
c_thread_buf_;
__host__ __device__ constexpr auto& GetCThreadBuffer() { return c_thread_buf_; }
__host__ __device__ constexpr auto& GetCThreadBuffer() [[clang::lifetimebound]]
{
return c_thread_buf_;
}
__device__ static auto GetWaveIdx()
{