[Nvidia Support] Initialize Cuda libraries only if needed
Created by: TomTheBear
At the moment, likwid-perfctr
and maybe others read the Nvidia GPU topology when built with NVIDIA_INTERFACE=true
. But the topology is only required if the user want to do anything with Nvidia GPUs.
-> Initialize CUDA libs only when the user has given any GPU related CLI options