惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
有赞技术团队
有赞技术团队
J
Java Code Geeks
H
Hackread – Cybersecurity News, Data Breaches, AI and More
美团技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Hugging Face - Blog
Hugging Face - Blog
人人都是产品经理
人人都是产品经理
酷 壳 – CoolShell
酷 壳 – CoolShell
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
C
Check Point Blog
博客园 - 【当耐特】
The GitHub Blog
The GitHub Blog
Recent Announcements
Recent Announcements
The Cloudflare Blog
Microsoft Azure Blog
Microsoft Azure Blog
腾讯CDC
Vercel News
Vercel News
IT之家
IT之家
MyScale Blog
MyScale Blog
博客园_首页
Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
罗磊的独立博客

AUR Newest Packages

AUR (en) - papagaia AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - nsight-graphics
2026-06-04 · via AUR Newest Packages

czg commented on 2023-07-31 06:05 (UTC)

with cuda 12.2.0-1, when running /opt/cuda/integration/nsight-compute/ncu-ui, it will says

$ /opt/cuda/integration/nsight-compute/ncu-ui 
ERROR : nsight-compute directory is not found under /opt/cuda/integration/nsight-compute/../ or /opt/nvidia. Nsight Compute is not installed on your system.

the nsight is in one split package cuda-tools and its "Package Contents" has "opt/cuda/nsight_compute/"

bwrsandman commented on 2023-06-09 17:25 (UTC)

Feel free to adopt the package

shaosy commented on 2023-06-09 05:20 (UTC) (edited on 2023-06-09 05:21 (UTC) by shaosy)

The PKGBUILD part is actually correct and can still work. Modifications need to do:

file:///${pkgname}_${pkgver}.run
  • Delete the part under Fix install path /usr to ${pkgdir}/usr for registering of layers
  # sed -i "s,\([= ]\)/usr/,\1${pkgdir}/usr/,g" ${srcdir}/${pkgname}/pkg/host/linux-desktop-nomad-x64/VK_LAYER_NV_nomad.sh
  # sed -i "s,\([= ]\)/usr/,\1${pkgdir}/usr/,g" ${srcdir}/${pkgname}/pkg/host/linux-desktop-nomad-x64/VK_LAYER_NV_GPU_Trace.sh

and the same content under package()

  # rm ${pkgdir}/opt/${pkgname}/host/linux-desktop-nomad-x64/VK_LAYER_NV_nomad.sh
  # rm ${pkgdir}/opt/${pkgname}/host/linux-desktop-nomad-x64/VK_LAYER_NV_GPU_Trace.sh

pmoreau commented on 2021-10-29 20:29 (UTC)

Nsight Compute is shipped together with CUDA, but it can also be downloaded as a standalone; they also sometimes release updates to it in between CUDA releases, so one might want to go and grab the latest update directly from the website in those cases. And that standalone download has been requiring a login for at least a year or two IIRC.

Sounds like the DLAGENTS thing could be an interesting work around.

bwrsandman commented on 2021-10-29 19:07 (UTC) (edited on 2021-10-29 19:11 (UTC) by bwrsandman)

I might be able to get registered users to use the package without having to download the installer like in optix.

I do some DLAGENTS hacking in my gog-* packages and I could add a shell or python script to ask for credentials once, store them locally and use that to download. This would be a last resort. That or like what optix does.

The thing is that web requests aren't my expertise so I can figure it out but it will take me some time to find the proper requests to make to get the tokens needed. Also, it gets much more complicated with 2FA involved.

Ideally, NVIDIA could reverse their change. It could be an oversight. I emailed them to let them know. You can always respectfully let them know your thoughts on their contact page [1].

[1] https://developer.nvidia.com/contact

bwrsandman commented on 2021-10-29 19:03 (UTC)

I think nsight compute comes with the cuda package. Interestingly, you don't need to be registered to download that.

pmoreau commented on 2021-10-29 18:48 (UTC)

This is unfortunate, but not surprising as some other tools (Nsight Compute maybe?) had already been requiring to login before downloading for some time.

I am guessing something similar to the optix AUR package will be needed, where the user downloads the script themselves and place it at a specific location for the package to use.

Neko-san commented on 2021-10-29 18:08 (UTC)

Maybe contact Nvidia to reverse that?

They probably won't (unfortunately) but they should understand that blocking direct access is stupid

bwrsandman commented on 2021-10-29 14:46 (UTC) (edited on 2021-10-29 14:48 (UTC) by bwrsandman)

Looks like nvidia started requiring users login via the NVIDIA Registered Developer Program to download their installer. I don't know if there's anything I can do about that.