MCPcopy Create free account
hub / github.com/NVIDIA/cutlass / __init__

Method __init__

python/cutlass_cppgen/backend/evt/ir/load_nodes.py:49–53  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

47 """
48 reserved_names = ["accum", "C"]
49 def __init__(self, node) -> None:
50 super().__init__(node)
51 self.element = node.element
52 self.element_output = node.element_output
53 self.stride = node.tensor.stride
54
55
56class AccumulatorImpl(LoadImplBase):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected