mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
sacrifice ClangGraph on the altar of lines [pr] (#8009)
This commit is contained in:
parent
5441127417
commit
32675a8a77
2 changed files with 1 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue