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

推荐订阅源

Recent Announcements
Recent Announcements
博客园 - Franky
博客园 - 三生石上(FineUI控件)
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Apple Machine Learning Research
Apple Machine Learning Research
云风的 BLOG
云风的 BLOG
人人都是产品经理
人人都是产品经理
博客园 - 【当耐特】
L
LangChain Blog
Stack Overflow Blog
Stack Overflow Blog
H
Help Net Security
爱范儿
爱范儿
罗磊的独立博客
博客园_首页
美团技术团队
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
月光博客
月光博客
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
量子位
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 叶小钗
V
Visual Studio Blog
T
Tailwind CSS Blog

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.