forked from tinygrad/tinygrad
sacrifice ClangGraph on the altar of lines [pr] (#8009)
This commit is contained in:
@@ -30,6 +30,4 @@ class ClangProgram:
|
||||
def __call__(self, *bufs, vals=(), wait=False): return cpu_time_execution(lambda: self.fxn(*bufs, *vals), enable=wait)
|
||||
|
||||
class ClangDevice(Compiled):
|
||||
def __init__(self, device:str):
|
||||
from tinygrad.runtime.graph.clang import ClangGraph
|
||||
super().__init__(device, MallocAllocator, ClangRenderer(), ClangCompiler(), ClangProgram, ClangGraph)
|
||||
def __init__(self, device:str): super().__init__(device, MallocAllocator, ClangRenderer(), ClangCompiler(), ClangProgram)
|
||||
|
||||
Reference in New Issue
Block a user