NullAllocator

This commit is contained in:
qazal
2025-03-25 18:13:12 +08:00
parent ab880b1b8f
commit 95331bf04c

View File

@@ -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 ""