You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* • Enable configurable StorageRewrite inplace detection
- Add kStorageRewriteDetectInplace constant and register the flag with PassContext so C++ code no longer hard-codes the key.
- Wire StorageRewrite to include TileLang builtin constants and honor the new config toggle when deciding inplace reuse.
- Document the flag across Python surfaces (PassConfigKey, JIT/autotuner docs) with usage guidance and simplified IR examples.
* lint fix
* add test
* lint fix
0 commit comments