We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7edd183 commit adc6a45Copy full SHA for adc6a45
torch/_inductor/runtime/hints.py
@@ -13,7 +13,7 @@
13
# The following maximums only apply to runtime autotuning, when using FixedTritonConfig one may see larger values
14
# NOTE: if these fail asserts submit a PR to increase them
15
TRITON_MAX_BLOCK = {
16
- "X": 4096,
+ "X": 8192,
17
"Y": 1024,
18
"Z": 1024,
19
"R0_": 4096 * 16, # * 16 is multi-kernel only
0 commit comments