1
0
Fork 0

oops, broke torch speed test

pull/554/head
George Hotz 2023-02-10 16:13:53 -06:00
parent 0efe1e435f
commit b9f02671d3
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ from tinygrad.tensor import Tensor
from tinygrad.nn import Conv2d
from tinygrad.helpers import colored, getenv
try:
from tinygrad.llops.ops_gpu import CL
from tinygrad.runtime.opencl import CL
except ImportError:
CL = None