mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-30 03:37:38 +00:00
Fix build error
This commit is contained in:
@@ -120,12 +120,12 @@ struct GridGemm
|
||||
constexpr auto block_gemm_pipeline = GemmPipelineAgBgCrCompV3<UniversalGemmProblem>();
|
||||
|
||||
__shared__ char p_smem_char[block_gemm_pipeline.GetSmemSize()];
|
||||
#endif
|
||||
|
||||
const auto acc_block_tile = block_gemm_pipeline(a_block_window,
|
||||
b_block_window,
|
||||
K / kKPerBlock,
|
||||
p_smem_char);
|
||||
#endif
|
||||
|
||||
// cast to CDataType and apply CElementFunction
|
||||
const auto c_block_tile = tile_elementwise_in(
|
||||
|
||||
Reference in New Issue
Block a user