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
CMake should already know which versions of CUDA are required
depending on which standard is being used. The current setup
forbids compiling with C++17 for the host code and C++14 for
CUDA. This will require modifications in TMVA to work, but
relaxing this restriction will at least allow compilation of
ROOT with CUDA and C++17 when it's supported by Nvidia.
0 commit comments