Revert "add UOps.VALID (#6387)" (#6441)

This reverts commit 8186e4e7d6.
This commit is contained in:
George Hotz
2024-09-09 21:33:00 +08:00
committed by GitHub
parent e7dd08448f
commit dbd4536167
9 changed files with 20 additions and 23 deletions

View File

@@ -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/ops")
LOGOPS = os.getenv("LOGOPS", "/tmp/sops")
def extract_ast(offset:int):
logops = open(LOGOPS, "a")