mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
temporary debugs for CI crash
This commit is contained in:
parent
c9ebef9690
commit
fee3ea96c8
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ from tinygrad.codegen.linearizer import UOps, UOp
|
|||
|
||||
def _uops_to_prg(uops):
|
||||
src = Device[Device.DEFAULT].renderer("test", uops)
|
||||
print(src, Device.DEFAULT, Device[Device.DEFAULT].renderer)
|
||||
return ASTRunner("test", src[0] if getenv("TRITON") else src, [1], [1], runtime_args=src[2] if getenv("TRITON") else {}).build(Device[Device.DEFAULT].runtime)
|
||||
|
||||
def uop(uops:List[UOp], uop:UOps, dtype:Optional[DType], vin:Tuple[UOp, ...], arg:Any=None) -> UOp:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue