Skip to content

Commit 0fe7349

Browse files
committed
Ready for test
1 parent 0187e36 commit 0fe7349

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

third_party/intel/backend/compiler.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,7 @@ def make_ttgir(mod, metadata, opt, properties):
251251
passes.common.add_cse(pm)
252252
passes.ttgpuir.add_prefetch(pm)
253253
passes.ttgpuir.add_optimize_dot_operands(pm, True)
254-
if os.getenv("TRITON_INTEL_OPTIMIZE_REDUCTION_LOCALITY", "0") == 1:
255-
intel.passes.ttgpuir.add_optimize_reduction_locality(pm)
254+
intel.passes.ttgpuir.add_optimize_reduction_locality(pm)
256255
intel.passes.ttgpuir.add_remove_layout_conversions(pm)
257256
intel.passes.ttgpuir.add_reduce_data_duplication(pm)
258257
passes.ttgpuir.add_reorder_instructions(pm)

0 commit comments

Comments
 (0)