add UOps.VCONST (just the uop) [run_process_replay] (#6488)

* empty branch process replay

* add VCONST
This commit is contained in:
George Hotz
2024-09-12 11:16:20 +08:00
committed by GitHub
parent 00d4bf16d8
commit f12f0857d8

View File

@@ -168,6 +168,7 @@ class UOps(HashEnum):
DEFINE_VAR = auto()
DEFINE_LOCAL = auto()
DEFINE_ACC = auto()
VCONST = auto()
CONST = auto()
"""
Defines a single scalar constant value.