Files
Max Podkorytov 22a409be00 Add make_uniform_tuple helper for repeated value patterns
Add make_uniform_tuple<N>(value) helper to replace common pattern:
  generate_tuple([&](auto) { return value; }, Number<N>{})

This avoids unique lambda instantiations when creating tuples with
repeated values. Applied to device_grouped_conv_fwd_multiple_abd.
2026-01-16 21:46:07 -06:00
..