mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 17:40:12 +00:00
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