Skip to content

Commit adc6a45

Browse files
committed
Increase TRITON_MAX_BLOCK X value.
(cherry picked from commit 666e81b) (cherry picked from commit f6aaaf8)
1 parent 7edd183 commit adc6a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/_inductor/runtime/hints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# The following maximums only apply to runtime autotuning, when using FixedTritonConfig one may see larger values
1414
# NOTE: if these fail asserts submit a PR to increase them
1515
TRITON_MAX_BLOCK = {
16-
"X": 4096,
16+
"X": 8192,
1717
"Y": 1024,
1818
"Z": 1024,
1919
"R0_": 4096 * 16, # * 16 is multi-kernel only

0 commit comments

Comments
 (0)