run f64 increased precision tests on remu (#3509)

* run the test in CI

* temp: use the pre-release

* Revert "temp: use the pre-release"

This reverts commit 28e8571421.
This commit is contained in:
qazal
2024-02-27 01:01:07 +02:00
committed by GitHub
parent b1426f3a4c
commit a29cd6d464

View File

@@ -169,7 +169,6 @@ class TestFloatDType(TestDType):
class TestDoubleDtype(TestDType):
DTYPE = dtypes.double
@unittest.skipIf(getenv("CUDACPU"), "conversion not supported on CUDACPU")
@unittest.skipIf(Device.DEFAULT == "HIP" and CI, "HIP emulator does not support f64 precision")
def test_float64_increased_precision(self):
for func in [
lambda t: t.exp(),