Skip to content

Fix CMake for NVIDIA backend

Bram Veenboer requested to merge fix-cmake-nvidia into master

The find_package(CUDAToolkit) call should always be executed, not just when NVML is built.

Merge request reports