You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 23, 2024. It is now read-only.
/.../nvcc_wrapper -D__LOCAL_SOLVER__ ...includes... ...optimizations... -maxrregcount=32 -O3 -DNDEBUG --std=c++11 --relocatable-device-code=true -expt-extended-lambda -arch=sm_52 -std=c++11 -o /.../Kokkos_Spinwait.cpp.o -c /.../Kokkos_Spinwait.cpp
nvcc_wrapper - *warning* you have set multiple optimization flags (-std=c++1* or --std=c++1*), only the first is used because nvcc can only accept a single std setting
g++: error: unrecognized command line option ‘-maxrregcount=32’
Does that compile option need to be added in a special way in cmake in order to work properly?
@dholladay00 wrote: