mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-24 23:05:54 +00:00
Update AMD buffer coherency (#3403)
* Update AMD buffer coherency [AICK-421]
* fixes
* fix
* fixes
* fixes
* Add backward compatilibity
* fix
* fixes
* fix
* fix
* fix
* Update grouped_convolution_backward_weight_kernel.hpp
[ROCm/composable_kernel commit: 700b2ec9c0]
This commit is contained in:
@@ -31,7 +31,9 @@ struct BaseFlatmmPipelineAGmemBGmemCRegV1
|
||||
ck_tile::ignore = K;
|
||||
if(M <= 416)
|
||||
{
|
||||
#if defined(__gfx942__) || defined(__gfx950__)
|
||||
return ck_tile::amd_buffer_coherence_enum::WAVE_NT1;
|
||||
#endif
|
||||
}
|
||||
return ck_tile::amd_buffer_coherence_enum::coherence_default;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user