[S-TIR] Remove unused meta-schedule annotation constants#20022
Conversation
Remove two declaration-only metadata families that have no producers or consumers. This trims dead public compile-time names without changing generated IR or lowering behavior.
There was a problem hiding this comment.
Code Review
This pull request removes several unused meta-schedule-related constants from include/tvm/s_tir/stmt.h, specifically meta_schedule_tensor_core_enabled, meta_schedule_cache_type, meta_schedule_cache_type_read, and meta_schedule_cache_type_write. There are no review comments, so no additional feedback is provided.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
@tvm-bot rerun |
|
Failed to re-run CI in https://github.com/apache/tvm/actions/runs/29561898245 Detailswith response |
This removes two declaration-only meta-schedule annotation families from the S-TIR header.
These constants have no producers or consumers, so the change only removes dead C++ compile-time names and does not alter generated IR or lowering behavior.
Validation: