mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-07 03:00:26 -04:00
add UOps.VCONST (just the uop) [run_process_replay] (#6488)
* empty branch process replay * add VCONST
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user