mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[ROCm] skip test_sparse_csr test_triton_bsr_softmax_cuda (#118006)
The tests were taking too long and leading to CI timeouts. Pull Request resolved: https://github.com/pytorch/pytorch/pull/118006 Approved by: https://github.com/huydhn
This commit is contained in:
committed by
PyTorch MergeBot
parent
c6be5d55a5
commit
a27a6e8cf1
@ -3463,6 +3463,7 @@ class TestSparseCompressedTritonKernels(TestCase):
|
||||
return d
|
||||
|
||||
@onlyCUDA
|
||||
@skipIfRocm(msg="test is too slow on ROCm stack")
|
||||
@dtypes(torch.half, torch.bfloat16, torch.float)
|
||||
@dtypesIfCUDA(torch.half, *[torch.bfloat16] if SM80OrLater else [], torch.float)
|
||||
@unittest.skipIf(IS_FBCODE and IS_REMOTE_GPU, "Test requires Triton")
|
||||
|
Reference in New Issue
Block a user