restore that naming

This commit is contained in:
2022-06-09 08:38:34 -07:00
parent e7ebbecf97
commit e01ed64d7c
6 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import numpy as np
from tinygrad.tensor import Device
from tinygrad.helpers import UnaryOps, BinaryOps, ReduceOps
if Device.DEFAULT == Device.GPU:
from tinygrad.llops.opencl import GPUBuffer, sync, unary_op, binary_op, reduce_op
from tinygrad.llops.ops_gpu import GPUBuffer, sync, unary_op, binary_op, reduce_op
def timeit(fxn, its=1000, done=lambda:None):
fxn()