mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-02-10 14:45:35 -05:00
good changes from tensor_cores branch (#1005)
* good changes from tensor_cores branch * touchups * real_strides fixup * refactor merge_views
This commit is contained in:
@@ -28,7 +28,6 @@ class _CL:
|
||||
for q in self.cl_queue: q.finish()
|
||||
CL = _CL()
|
||||
|
||||
# TODO: merge CLImage in here
|
||||
class CLBuffer(RawBufferCopyInOut):
|
||||
def __init__(self, size, dtype, device='0'):
|
||||
assert not OSX or dtype != dtypes.float64, "OpenCL on Mac doesn't support float64"
|
||||
|
||||
Reference in New Issue
Block a user