forked from IQ.Lvbs/IQ.Pilot
IQ.Pilot Release Commit @ 0798119
This commit is contained in:
4
tinygrad_repo/test/mockgpu/gpu.py
Normal file
4
tinygrad_repo/test/mockgpu/gpu.py
Normal file
@@ -0,0 +1,4 @@
|
||||
class VirtGPU:
|
||||
def __init__(self, gpuid): self.gpuid = gpuid
|
||||
def map_range(self, vaddr, size): raise NotImplementedError()
|
||||
def unmap_range(self, vaddr, size): raise NotImplementedError()
|
||||
Reference in New Issue
Block a user