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 d7490e4 commit bbf58deCopy full SHA for bbf58de
scripts/patch/166927.patch
@@ -44,7 +44,7 @@ index 1a72e279aab79..5a4ed7190ef46 100644
44
"num_buffers_warp_spec", num_buffers_warp_spec
45
)
46
47
-+ USE_TMA_DEFAULT = False
++ USE_TMA_DEFAULT = bool(torch.xpu.is_available())
48
+ # The shape dtype of tensor desc is i32
49
+ if V.graph.sizevars.statically_known_true(
50
+ seq_len_q > 2**31 - 1
0 commit comments