mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-02-16 01:26:29 -05:00
NullAllocator
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from tinygrad.device import Compiled, Compiler, MallocAllocator, Renderer, Allocator
|
||||
from tinygrad.device import Compiled, Compiler, Renderer, Allocator
|
||||
|
||||
class NullRenderer(Renderer):
|
||||
def render(self, uops:list) -> str: return ""
|
||||
|
||||
Reference in New Issue
Block a user