mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-25 14:58:46 -05:00
@@ -107,6 +107,9 @@ class Ops(FastEnum):
|
||||
EMPTY = auto()
|
||||
BUFFER_VIEW = auto()
|
||||
|
||||
# blocks in linearizer
|
||||
BLOCK = auto(); BLOCKSTART = auto(); BLOCKFORK = auto(); BLOCKEND = auto() # noqa: E702
|
||||
|
||||
EXPAND = auto()
|
||||
CONTRACT = auto()
|
||||
VIEW = auto()
|
||||
|
||||
Reference in New Issue
Block a user