Skip to content

Commit

Permalink
Re-enable jagged_tensor_ops tests on arm (pytorch#2210)
Browse files Browse the repository at this point in the history
Summary:
As titled.
Pull Request resolved: pytorch#2210

Reviewed By: q10

Differential Revision: D52107179

fbshipit-source-id: c5d2e9de6edd8a072d03d731474ac574270ba78d
  • Loading branch information
spcyppt authored and facebook-github-bot committed Dec 14, 2023
1 parent 12a08d6 commit e6a246d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions fbgemm_gpu/test/jagged_tensor_ops_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
gpu_available,
gpu_unavailable,
gradcheck,
on_arm_platform,
optests,
symint_vector_unsupported,
TEST_WITH_ROCM,
Expand All @@ -41,7 +40,6 @@
gpu_available,
gpu_unavailable,
gradcheck,
on_arm_platform,
optests,
symint_vector_unsupported,
TEST_WITH_ROCM,
Expand Down Expand Up @@ -2365,7 +2363,6 @@ def test_jagged_softmax(
if gpu_available
else st.just("cpu"),
)
@unittest.skipIf(*on_arm_platform)
@settings(verbosity=Verbosity.verbose, max_examples=20, deadline=None)
def test_jagged_jagged_bmm(
self,
Expand Down Expand Up @@ -2431,7 +2428,6 @@ def test_jagged_jagged_bmm(
if gpu_available
else st.just("cpu"),
)
@unittest.skipIf(*on_arm_platform)
@settings(verbosity=Verbosity.verbose, max_examples=2, deadline=None)
def test_jagged_dense_bmm(
self,
Expand Down Expand Up @@ -2494,7 +2490,6 @@ def test_jagged_dense_bmm(
dtype=st.sampled_from([torch.float, torch.double]),
device_type=st.just("cpu"),
)
@unittest.skipIf(*on_arm_platform)
@settings(verbosity=Verbosity.verbose, max_examples=20, deadline=None)
def test_jagged_dense_bmm_dynamic_shape(
self,
Expand Down

0 comments on commit e6a246d

Please sign in to comment.