viable/strict/1788645006: Fold BoxedSize instead of recursing (#196086)
- PyTorch: 561 events in the last 90 days
- PyTorch: 555th Release in the last 90 days
- Previous: earlier the same day · viable/strict/1788641405: Fix iterator validity check order in validate_allocation_plan (#196107)
What happened
::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…
Summary assembled by rule from the sources below