remove redundant check (#12087)

This commit is contained in:
b1tg
2025-09-10 03:15:39 +08:00
committed by GitHub
parent 71fcb23d4a
commit 58d13a6e3e

View File

@@ -344,7 +344,6 @@ class TestUint64DType(TestDType):
class TestBoolDType(TestDType): DTYPE = dtypes.bool
@unittest.skipUnless(is_dtype_supported(dtypes.bfloat16), f"no bfloat16 on {Device.DEFAULT}")
class TestBFloat16Type(TestDType): DTYPE = dtypes.bfloat16
class TestPtrDType(unittest.TestCase):