File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -315,8 +315,8 @@ jobs:
315315 # Testing NVCC; forces sources to behave like .cu files
316316 cuda :
317317 runs-on : ubuntu-latest
318- name : " 🐍 3.8 • CUDA 11 • Ubuntu 20.04"
319- container : nvidia/cuda:11.0 -devel-ubuntu20.04
318+ name : " 🐍 3.8 • CUDA 11.2 • Ubuntu 20.04"
319+ container : nvidia/cuda:11.2.2 -devel-ubuntu20.04
320320
321321 steps :
322322 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ endif()
351351# Compile with compiler warnings turned on
352352function (pybind11_enable_warnings target_name)
353353 if (MSVC )
354- target_compile_options (${target_name} PRIVATE /W4)
354+ target_compile_options (${target_name} PRIVATE /W4 /wd4189 )
355355 elseif (CMAKE_CXX_COMPILER_ID MATCHES "(GNU|Intel|Clang)" AND NOT PYBIND11_CUDA_TESTS)
356356 target_compile_options (
357357 ${target_name}
You can’t perform that action at this time.
0 commit comments