Files
nvbench/testing
Oleksandr Pavlyk 21ff86cd93 Avoid std::back_insert_iterator of fmt::memory_buffer in calls to fmt::format (#397)
fmt 12.2 changed the implementation path used by `fmt::format_to` with
`std::back_insert_iterator`. Under nvcc, that path rejects
`std::back_insert_iterator<fmt::memory_buffer>` because fmt’s constexpr helper
takes a non-literal iterator type. Replacing `std::back_inserter(buffer)` with
`fmt::appender(buffer)` for `fmt::memory_buffer` outputs avoids that path and is
the fmt-native way to append to `memory_buffer`.
2026-06-30 13:32:55 -04:00
..
2026-05-19 15:10:58 -05:00
2026-05-19 15:10:58 -05:00
2026-05-15 15:14:30 -05:00
2026-05-19 15:10:58 -05:00
2025-04-14 17:26:12 +00:00
2025-04-14 17:26:12 +00:00
2025-04-14 17:26:12 +00:00
2025-04-14 17:26:12 +00:00
2025-04-14 17:26:12 +00:00
2025-04-14 17:26:12 +00:00
2025-04-14 17:26:12 +00:00
2025-04-14 17:26:12 +00:00
2025-04-14 17:26:12 +00:00
2025-04-14 17:26:12 +00:00
2025-04-14 17:26:12 +00:00
2026-06-02 13:20:15 -05:00
2025-04-14 17:26:12 +00:00
2025-04-14 17:26:12 +00:00
2025-04-14 17:26:12 +00:00
2025-04-14 17:26:12 +00:00