mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
* Revert "[MFMA][Dot] Swizzle mfma dot operands (#245)" This reverts commit4d0deef45f. * revert the swizzle and slice PRs for gemm performance regression * fix build error after reverting the PR#245(commit4d0deef45f) Swizzle mamf dot operands
This commit is contained in:
@@ -85,7 +85,9 @@ def optimize_ttgir(mod, num_stages, arch):
|
||||
pm.add_tritongpu_accelerate_matmul_pass(80)
|
||||
pm.add_tritongpu_remove_layout_conversions_pass()
|
||||
pm.add_tritongpu_optimize_dot_operands_pass()
|
||||
pm.add_tritongpu_pipeline_pass(num_stages)
|
||||
# TODO enable this pass for AMD GPU when it is ready
|
||||
if not is_hip():
|
||||
pm.add_tritongpu_pipeline_pass(num_stages)
|
||||
pm.add_tritongpu_prefetch_pass()
|
||||
pm.add_tritongpu_optimize_dot_operands_pass()
|
||||
pm.add_tritongpu_remove_layout_conversions_pass()
|
||||
|
||||
Reference in New Issue
Block a user