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

Method __init__

python/cutlass_cppgen/backend/evt/ir/load_nodes.py:279–284  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

277 ScalarBroadcastImpl
278 ]
279 def __init__(self, name: str) -> None:
280 if name is None:
281 name = f"load{LoadNode.cnt}"
282 LoadNode.cnt += 1
283 super().__init__(name)
284 self.op = "load"
285
286 def type_propagation(self, *args, **kwargs):
287 """

Callers 4

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected