viable/strict/1788645006: Fold BoxedSize instead of recursing (#196086)
- PyTorch 近 90 天出现 566 次
- PyTorch 近 90 天第 560 次发版
- 上一次:同一天稍早 · viable/strict/1788641405: Fix iterator validity check order in validate_allocation_plan (#196107)
发生了什么
::value == 0); static_assert(BoxedSize ::value == 6); Verified standalone against GCC 16 (both compile-time and runtime), matching the recursive version's values. KernelFunction.cpp, which instantiates boxed_size through the boxing layer, recompiled clean from its own compile_commands.json command."> BoxedSize summed boxed_size_one over a parameter pack via a base case and a recursive partial specialization, with a…
摘要按规则整理自下方来源原文