Skip to content

Commit

Permalink
CI Win: pass -allow-unsupported-compiler
Browse files Browse the repository at this point in the history
The used 11.8.0.52206 refuses MSVS 2022 v14.40.33807. MSVS 2022 is
supported by CUDA 11.8 in general.
  • Loading branch information
MartinPulec committed Jun 6, 2024
1 parent d1680d2 commit a4747b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
cmake.exe -DCMAKE_SYSTEM_VERSION=10.0.18362 -DCMAKE_BUILD_TYPE=Release `
-DBUILD_OPENGL=ON -DGLFW_ROOT_DIR='C:\glfw' -DGLFW_USE_STATIC_LIBS=ON `
-DGLEW_ROOT='C:\glew' -DGLEW_USE_STATIC_LIBS=ON `
-DCMAKE_CUDA_FLAGS=-allow-unsupported-compiler `
-DCMAKE_CUDA_ARCHITECTURES=35 -Bbuild .
cmake.exe --build build --config Release --parallel (Get-CimInstance Win32_ComputerSystem).NumberOfLogicalProcessors
cmake.exe --install build --prefix GPUJPEG
Expand Down

0 comments on commit a4747b8

Please sign in to comment.