8000 [ROCm] unkip test_non_standard_bool except for failings ops (#152956) · pytorch/pytorch@c5ebc12 · GitHub
[go: up one dir, main page]

Skip to content

Commit c5ebc12

Browse files
praguptapytorchmergebot
authored andcommitted
[ROCm] unkip test_non_standard_bool except for failings ops (#152956)
Fixes #ISSUE_NUMBER Pull Request resolved: #152956 Approved by: https://github.com/jithunnair-amd, https://github.com/jeffdaily
1 parent 445d8fd commit c5ebc12

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_ops.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
parametrize,
6262
run_tests,
6363
set_default_dtype,
64-
skipIfRocm,
6564
skipIfTorchDynamo,
6665
skipIfTorchInductor,
6766
slowTest,
@@ -1421,7 +1420,6 @@ def test_complex_half_reference_testing(self, device, dtype, op):
14211420
# `cfloat` input -> `float` output
14221421
self.assertEqual(actual, expected, exact_dtype=False)
14231422

1424-
@skipIfRocm
14251423
@ops(op_db, allowed_dtypes=(torch.bool,))
14261424
def test_non_standard_bool_values(self, device, dtype, op):
14271425
# Test boolean values other than 0x00 and 0x01 (gh-54789)

0 commit comments

Comments
 (0)
0