Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI Win: current MSVC/CUDA 11.8 incompatibility workaroud
Workaround to current MSVC error with CUDA 11.8: ``` C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\include\yvals_core.h(888): error: static assertion failed with "error STL1002: Unexpected compiler version, expected CUDA 12.4 or newer." ``` CUDA 11.8 is used for compatibility with CC 3.5 (Kepler) devices. The support for those will however end in 5 days [1] so we may swich to CUDA 12.x later. [1]: https://endoflife.date/nvidia-gpu
- Loading branch information