Steps that must be taken before caling `plan.run()`
(self)
| 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() |