Files
apache--tvm/python/tvm/script/parser
Guan-Ming (Wesley) Chiu ced7181708 [TVMScript] Add block name suffix management for TIR macros (#18465)
## Related Issue

closes https://github.com/apache/tvm/issues/18344

## Why

When a `T.macro` containing a block was called multiple times in a TIR
function, all expanded blocks had the same name, causing a "Duplicated
block name" error in meta_schedule.

## How

Implemented automatic block name suffixing during macro expansion
2025-11-25 01:34:23 -05:00
..