cuda-python icon indicating copy to clipboard operation
cuda-python copied to clipboard

Experiment related to PR #447

Open rwgk opened this issue 10 months ago • 5 comments

N/A

rwgk avatar Mar 24 '25 20:03 rwgk

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

copy-pr-bot[bot] avatar Mar 24 '25 20:03 copy-pr-bot[bot]

/ok to test

rwgk avatar Mar 24 '25 20:03 rwgk

Doc Preview CI :---: |

:rocket: View preview at
https://nvidia.github.io/cuda-python/pr-preview/pr-530/
|
https://nvidia.github.io/cuda-python/pr-preview/pr-530/cuda-core/
|
https://nvidia.github.io/cuda-python/pr-preview/pr-530/cuda-bindings/

|

Preview will be ready when the GitHub Pages deployment is complete.

github-actions[bot] avatar Mar 24 '25 21:03 github-actions[bot]

I downloaded to log archives (for the 3 attempts that it took), unzipped them on top of each other in order, then:

$ grep -a LOOOK *.txt | sed 's/.*Loaded from: //' | sort | uniq -c
      8 /opt/hostedtoolcache/Python/3.10.16/arm64/lib/python3.10/site-packages/nvidia/nvjitlink/lib/libnvJitLink.so.12
     12 /opt/hostedtoolcache/Python/3.10.16/x64/lib/python3.10/site-packages/nvidia/nvjitlink/lib/libnvJitLink.so.12
      8 /opt/hostedtoolcache/Python/3.11.11/arm64/lib/python3.11/site-packages/nvidia/nvjitlink/lib/libnvJitLink.so.12
     12 /opt/hostedtoolcache/Python/3.11.11/x64/lib/python3.11/site-packages/nvidia/nvjitlink/lib/libnvJitLink.so.12
      8 /opt/hostedtoolcache/Python/3.12.9/arm64/lib/python3.12/site-packages/nvidia/nvjitlink/lib/libnvJitLink.so.12
     12 /opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/site-packages/nvidia/nvjitlink/lib/libnvJitLink.so.12
      8 /opt/hostedtoolcache/Python/3.13.2/arm64/lib/python3.13/site-packages/nvidia/nvjitlink/lib/libnvJitLink.so.12
     12 /opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/site-packages/nvidia/nvjitlink/lib/libnvJitLink.so.12
      8 /opt/hostedtoolcache/Python/3.9.21/arm64/lib/python3.9/site-packages/nvidia/nvjitlink/lib/libnvJitLink.so.12
     12 /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/site-packages/nvidia/nvjitlink/lib/libnvJitLink.so.12
     80 /__w/cuda-python/cuda-python/cuda_toolkit/lib/libnvJitLink.so.12.0.140
    100 /__w/cuda-python/cuda-python/cuda_toolkit/lib/libnvJitLink.so.12.8.61

rwgk avatar Mar 25 '25 05:03 rwgk

In contrast, with the logs under #447 @ 746cee04005ec32c4476091a0c5779dece5a21d2:

$ cat *.txt | grep 'Failed to dlopen' | sed 's/.*RuntimeError: Failed to dlopen //' | sort | uniq -c
     18 /__w/cuda-python/cuda-python/cuda_toolkit/lib64/libnvJitLink.so (/__w/cuda-python/cuda-python/cuda_toolkit/lib64/libnvJitLink.so: cannot open shared object file: No such file or directory)

rwgk avatar Mar 25 '25 05:03 rwgk

Obsolete

rwgk avatar Apr 26 '25 16:04 rwgk