Files
fmt/include/fmt
Greg Sjaardema 4bbe57cebf Work-around for nvcc
The nvcc compiler (at least up to 9.2) defines `__SIZEOF_INT128__`, but doesn't support 128-bit integers on device code:
```
error: "fmt::v6::format_arg_store<fmt::v6::basic_format_context<std::back_insert_iterator<fmt::v6::internal::buffer<char>>, char>, const char *, int, const char *>" contains a 128-bit integer, which is not supported in device code
```
2020-01-15 07:31:58 -08:00
..
2019-11-29 09:37:18 -08:00
2020-01-15 07:31:58 -08:00
2020-01-07 16:11:18 -10:00
2019-07-09 12:18:48 -07:00
2019-11-17 06:22:22 -08:00
2019-12-15 16:43:40 -08:00
2019-12-21 13:10:45 -08:00