Commit fc83953
committed
[XPU] Conditionally add
Add the `-tritonintelgpu-optimize-reduction-locality` pass to the pipeline if the
`TRITON_INTEL_OPTIMIZE_REDUCTION_LOCALITY` is set to 1.
As shown in #2266, this pass gives quite promising results, although there is still
room for improvement. Conditionally enabling it will greatly help performance
investigation.
Signed-off-by: victor-eds <[email protected]>-tritonintelgpu-optimize-reduction-locality to pipeline1 parent 988b62b commit fc83953
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| 248 | + | |
| 249 | + | |
248 | 250 | | |
249 | 251 | | |
250 | 252 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| |||
0 commit comments