Fix one more lifetimebound error. (#3703)

* fix staging compiler errors

* fix clang format
This commit is contained in:
Illia Silin
2026-02-02 18:25:56 -08:00
committed by GitHub
parent f2b9b3a3a6
commit 8b56ffb6ae

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()
{