mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-10 23:48:01 -05:00
skip GPU cause opencl on intel can't compile half
This commit is contained in:
@@ -135,7 +135,7 @@ class TestRealWorld(unittest.TestCase):
|
||||
#Device.DEFAULT = old_default
|
||||
|
||||
@unittest.skipIf(Device.DEFAULT == "LLVM", "LLVM segmentation fault")
|
||||
# @unittest.skipIf(Device.DEFAULT in ["LLVM", "CLANG"] and CI, "too long on CI LLVM and CLANG")
|
||||
@unittest.skipIf(Device.DEFAULT in ["GPU"] and CI, "opencl on intel can't compile half")
|
||||
def test_train_cifar_hyp(self):
|
||||
dtypes.default_float = dtypes.float16
|
||||
with Tensor.train():
|
||||
|
||||
Reference in New Issue
Block a user