move is_dtype_supported to device [pr] (#7575)

This commit is contained in:
George Hotz
2024-11-07 20:38:03 +08:00
committed by GitHub
parent 1f5ea1e412
commit 205befa788
23 changed files with 50 additions and 44 deletions

View File

@@ -7,7 +7,7 @@ from tinygrad.engine.schedule import create_schedule
from tinygrad.helpers import getenv, temp, CI, _METADATA, mv_address
from extra.gradcheck import numerical_jacobian, jacobian, gradcheck
from hypothesis import given, settings, strategies as strat
from test.helpers import is_dtype_supported
from tinygrad.device import is_dtype_supported
settings.register_profile("my_profile", max_examples=200, deadline=None, derandomize=getenv("DERANDOMIZE_CI", False))
settings.load_profile("my_profile")