MCPcopy Create free account
hub / github.com/KnowingNothing/MatmulTutorial / RasterOrderOptions

Class RasterOrderOptions

cutlass.py/tile_scheduler.py:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 AlongN = 1
12
13 class RasterOrderOptions(Enum):
14 Heuristic = (0,)
15 AlongM = (1,)
16 AlongN = 2
17
18 def __init__(
19 self, blocks_per_problem=0, log_swizzle_size=0, raster_order=RasterOrder.AlongN

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected