BLOCK ops in Ops (#7945)

did this break conv speed?
This commit is contained in:
chenyu
2024-11-28 12:44:22 -05:00
committed by GitHub
parent f39e9b4288
commit e243e709a7

View File

@@ -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()