mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-17 19:40:04 +00:00
Merge commit '8b56ffb6aea4dd5e3c531912ee6b2258398606ee' into develop
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