-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ncu (nsight_compute) fails in finding nsight-compute directory #288059
Labels
0.kind: bug
Something is broken
Comments
Same issues:
nsight-systems seems broken as well:
I was able to get it working by applying the PR #291471, and adding the following packages to nsight_compute's buildInputs:
|
Same issue got nsys-ui running with: nix shell --impure --expr 'with builtins; with import (getFlake github:mcwitt/nixpkgs/fix/nsight_systems) { config = { allowUnfree = true; cudaSupport = true; }; }; cudaPackages.nsight_systems' --command 'nsys-ui' but ncu-ui fails with the same error ERROR : nsight-compute directory is not found under /nix/store/bamknrlr9vrz5hh04cmq6v8f5bi9fjq2-nsight_compute-2022.3.0.22-bin/bin/../ or /opt/nvidia. Nsight Compute is not installed on your system. Is there anything we can do about this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Installing
cudaPackages_11_8.nsight_compute
and subsequently callingncu
leads toERROR : nsight-compute directory is not found under /nix/store/wyb1jvq175232ncw6v173bv1n62091ri-nsight_compute-2022.3.0.22/bin/../ or /opt/nvidia. Nsight Compute is not installed on your system.
Steps To Reproduce
Steps to reproduce the behavior:
NIXPKGS_ALLOW_UNFREE=1 nix-shell -p cudaPackages_11_8.nsight_compute
Expected behavior
Expected behavior can be achieved by manually navigating to
/nix/store/wyb1jvq175232ncw6v173bv1n62091ri-nsight_compute-2022.3.0.22/nsight-compute/2022.3.0/ncu
Additional context
Using a different version (cudaPackages_11.nsight_compute) leads to the same behavior.
While _12 fails building because auto-patchelf could not satisfy dependency,
#276597 (comment)
Notify maintainers
@NixOS/cuda-maintainers
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.The text was updated successfully, but these errors were encountered: