Skip to content

Commit bbf58de

Browse files
Revert "USE_TMA_DEFAULT=False"
This reverts commit 6d69871.
1 parent d7490e4 commit bbf58de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/patch/166927.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ index 1a72e279aab79..5a4ed7190ef46 100644
4444
"num_buffers_warp_spec", num_buffers_warp_spec
4545
)
4646

47-
+ USE_TMA_DEFAULT = False
47+
+ USE_TMA_DEFAULT = bool(torch.xpu.is_available())
4848
+ # The shape dtype of tensor desc is i32
4949
+ if V.graph.sizevars.statically_known_true(
5050
+ seq_len_q > 2**31 - 1

0 commit comments

Comments
 (0)