Skip to content

Commit 5ff187d

Browse files
anmyachevpytorchmergebot
authored andcommitted
[Intel GPU] Update Intel Triton commit pin (pytorch#166436)
Pull Request resolved: pytorch#166436 Approved by: https://github.com/etaf, https://github.com/EikanWang, https://github.com/jansel
1 parent 1aaedbc commit 5ff187d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1b0418a9a454b2b93ab8d71f40e59d2297157fae
1+
aa01f5c2cd4db2b7bfa53ea98a1a8dfbd6d77c92

test/inductor/test_analysis.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
from torch.testing._internal.common_utils import (
2626
parametrize,
2727
run_tests,
28+
skipIfXpu,
2829
TEST_WITH_SLOW,
2930
TestCase,
3031
)
@@ -402,6 +403,9 @@ def verify_triton(comp):
402403
(not torch.xpu.is_available()) and (not SM80OrLater),
403404
"Requires XPU or CUDA SM80",
404405
)
406+
@skipIfXpu(
407+
msg="Intel triton issue: https://github.com/intel/intel-xpu-backend-for-triton/issues/5491"
408+
)
405409
@skipXPUIf(TEST_WITH_SLOW, "Skip because test too slow on XPU")
406410
@dtypes(torch.float, torch.float16)
407411
@parametrize(

0 commit comments

Comments
 (0)