mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-29 03:00:14 -04:00
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:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user