mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[ROCm] unkip test_non_standard_bool except for failings ops (#152956)
Fixes #ISSUE_NUMBER Pull Request resolved: https://github.com/pytorch/pytorch/pull/152956 Approved by: https://github.com/jithunnair-amd, https://github.com/jeffdaily
This commit is contained in:
committed by
PyTorch MergeBot
parent
445d8fd77d
commit
c5ebc12f7f
@ -61,7 +61,6 @@ from torch.testing._internal.common_utils import (
|
||||
parametrize,
|
||||
run_tests,
|
||||
set_default_dtype,
|
||||
skipIfRocm,
|
||||
skipIfTorchDynamo,
|
||||
skipIfTorchInductor,
|
||||
slowTest,
|
||||
@ -1421,7 +1420,6 @@ class TestCommon(TestCase):
|
||||
# `cfloat` input -> `float` output
|
||||
self.assertEqual(actual, expected, exact_dtype=False)
|
||||
|
||||
@skipIfRocm
|
||||
@ops(op_db, allowed_dtypes=(torch.bool,))
|
||||
def test_non_standard_bool_values(self, device, dtype, op):
|
||||
# Test boolean values other than 0x00 and 0x01 (gh-54789)
|
||||
|
Reference in New Issue
Block a user