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

Method run_setup

python/cutlass_cppgen/op/op.py:426–431  ·  view source on GitHub ↗

Steps that must be taken before caling `plan.run()`

(self)

Source from the content-addressed store, hash-verified

424
425
426 def run_setup(self):
427 """
428 Steps that must be taken before caling `plan.run()`
429 """
430 # Initialize the memory pool if, if not already done
431 cutlass_cppgen.get_memory_pool()

Callers 3

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected