mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-19 22:39:03 +00:00
Fix one more lifetimebound error. (#3703)
* fix staging compiler errors * fix clang format
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user