mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-19 12:30:16 +00:00
[CK] a bunch of CI fixes. (#4361)
## Motivation Fixing some of the CK CI issues ## Technical Details fixing paths to dockerfiles and scripts; moving codegen tests to separate stage (collides with main build since you must call cmake from same folder but different options); fixing a couple of clang compilation issues with staging compiler;
This commit is contained in:
@@ -113,7 +113,10 @@ struct BlockwiseGemmXdlops_mx_pipeline_base
|
||||
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