1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-04-30 20:53:52 +00:00
Peter Heywood fc9cea6d76
fix(NVCC): warning supression pragma fix for CUDA >= 11.5 (#851)
CUDA 11.5 deprecated (and CUDA 12.0 removed) diagnostic pragmas such as diag_suppress and diag_default.

Replacement pragmas were previxed with nv_, i.e. nv_diag_suppress

__NVCC_DIAG_PRAGMA_SUPPORT__ is defined if the prefixed versions are available.
2023-03-09 15:01:17 -05:00
..
2023-01-12 15:03:20 -05:00
2023-01-12 15:03:20 -05:00
2023-01-12 15:03:20 -05:00
2023-01-05 17:46:58 -05:00
2023-01-12 15:03:20 -05:00
2023-01-12 15:03:20 -05:00
2023-01-12 15:03:20 -05:00
2023-01-03 19:12:23 -05:00