There is a conda repo called “nvidia”( here Package repository for nvidia :: Anaconda.org ). Besides the cuda toolkit, it includes packages like “nsight-compute” or “cuda-nsight”.
If one runs simply: conda install -c nvidia cuda
The nvprof command is made available.
As far as I can tell, no package in this repo makes “nsys” available, which I want to use for profiling.
Am I missing something or is nsight-systems just not there?
I am not sure who is putting those packages there. I assume that you cannot just download from our website? http://developer.nvidia.com/nsight-systems ?