mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-08 22:48:25 -05:00
add UOps.VALID (#6387)
* uops valid * broke full_shape * fixup that st (hardcoded asts still red) * fixup DEFINE_VAR debug more debug * start moving stuff to ast_const * move test_linearizer * move test_linearizer_failures to ast_const * fixup test_schedule * small diff change * regenerate dataset * fixup test_multitensor * regen dataset try 2 --------- Co-authored-by: qazal <qazal.software@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ from test.external.process_replay.process_replay import _run_differ
|
||||
PAGE_SIZE = 100
|
||||
RUN_ID = os.getenv("GITHUB_RUN_ID", "HEAD")
|
||||
TABLE_NAME = f"process_replay_{RUN_ID}_{getenv('GITHUB_RUN_ATTEMPT')}_{VERSION}"
|
||||
LOGOPS = os.getenv("LOGOPS", "/tmp/sops")
|
||||
LOGOPS = os.getenv("LOGOPS", "/tmp/ops")
|
||||
|
||||
def extract_ast(offset:int):
|
||||
logops = open(LOGOPS, "a")
|
||||
|
||||
Reference in New Issue
Block a user