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
As nvbench.main links to nvbench as INTERFACE only, it no longer consumes usage reqs of nvbench
Because of this nvbench.main was no longer consuming dependence on CUDA::toolkit include dirs.
This PR creates a small interface target for NVBench’s public deps (CUDA/CUPTI/NVML) and links
it to nvbench.main privately, while keeping NVBench headers SYSTEM only on nvbench.
0 commit comments