mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-02-15 17:15:48 -05:00
import and type cleanups [pr] (#8359)
Dict and DefaultDict and some imports
This commit is contained in:
@@ -2,9 +2,8 @@
|
||||
# a python uops emulator
|
||||
# works to test the tensor cores, and all the uops in general
|
||||
# this is the (living) definition of uops
|
||||
import sys
|
||||
from typing import Optional, Any, TYPE_CHECKING
|
||||
import pickle, base64, itertools, time, struct
|
||||
import pickle, base64, itertools, time, struct, sys
|
||||
from tinygrad.dtype import DType, dtypes, ImageDType, PtrDType, truncate
|
||||
from tinygrad.helpers import all_same, getenv, flatten, get_single_element
|
||||
from tinygrad.device import Compiled, Compiler, Allocator
|
||||
|
||||
Reference in New Issue
Block a user