move dtypes to dtype.py (#2964)

* move dtypes to dtype.py

* fix urllib
This commit is contained in:
George Hotz
2024-01-01 14:58:48 -08:00
committed by GitHub
parent fadaa2ec28
commit a280cfe169
74 changed files with 219 additions and 289 deletions

View File

@@ -2,8 +2,7 @@
import unittest
import numpy as np
from tinygrad.tensor import Tensor
from tinygrad import Device
from tinygrad.helpers import dtypes
from tinygrad import Device, dtypes
N = 200 # has to be bigger than the cache to fail