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:
315
315
# Testing NVCC; forces sources to behave like .cu files
316
316
cuda :
317
317
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
320
320
321
321
steps :
322
322
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ endif()
351
351
# Compile with compiler warnings turned on
352
352
function (pybind11_enable_warnings target_name )
353
353
if (MSVC )
354
- target_compile_options (${target_name} PRIVATE /W4 )
354
+ target_compile_options (${target_name} PRIVATE /W4 /wd4189 )
355
355
elseif (CMAKE_CXX_COMPILER_ID MATCHES "(GNU|Intel|Clang)" AND NOT PYBIND11_CUDA_TESTS )
356
356
target_compile_options (
357
357
${target_name}
You can’t perform that action at this time.
0 commit comments