remove GPUDevice (#12106)

This commit is contained in:
chenyu
2025-09-10 16:35:00 -04:00
committed by GitHub
parent d8a7a1c9c7
commit e306650d39

View File

@@ -114,5 +114,3 @@ class CLDevice(Compiled):
def synchronize(self):
check(cl.clFinish(self.queue))
self.pending_copyin.clear()
GPUDevice = CLDevice # for legacy reasons