viable/strict/1787660889: Remove unused typelist constructs from TypeList.h (#194352)
- PyTorch 近 90 天出现 47 次
- PyTorch 近 90 天第 47 次发版
- 上一次:同一天稍早 · viable/strict/1787658955: [CI] Add gfx950 FlyDSL Inductor test shard (#193473)
发生了什么
These constructs in torch/headeronly/util/TypeList.h have zero in-tree users outside their own unit test: filter , count_if , map , last , reverse , find_if , map_types_to_values (and its detail::type_ helper), and false_higher_t (only used by find_if 's error case). Removed together with the matching unit-test sections, the torch::headeronly re-export entries, and their torch/header_only_apis.txt entries. take / dr…
摘要按规则整理自下方来源原文