mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-10 23:48:01 -05:00
remove GPUDevice (#12106)
This commit is contained in:
@@ -114,5 +114,3 @@ class CLDevice(Compiled):
|
||||
def synchronize(self):
|
||||
check(cl.clFinish(self.queue))
|
||||
self.pending_copyin.clear()
|
||||
|
||||
GPUDevice = CLDevice # for legacy reasons
|
||||
|
||||
Reference in New Issue
Block a user