Skip to content

Experiment related to PR #447 (scan /proc/self/maps) - #530

Closed
rwgk wants to merge 1 commit into
NVIDIA:mainfrom
rwgk:experiment_related_to_pr447
Closed

Experiment related to PR #447 (scan /proc/self/maps)#530
rwgk wants to merge 1 commit into
NVIDIA:mainfrom
rwgk:experiment_related_to_pr447

Conversation

@rwgk

@rwgkrwgk commented Mar 24, 2025

Copy link
Copy Markdown
Contributor

N/A

@copy-pr-bot

Copy link
Copy Markdown
Contributor

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.

@rwgk

rwgk commented Mar 24, 2025

Copy link
Copy Markdown
ContributorAuthor

/ok to test

@github-actions

Copy link
Copy Markdown

@rwgk

rwgk commented Mar 25, 2025

Copy link
Copy Markdown
ContributorAuthor

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

rwgk commented Mar 25, 2025

Copy link
Copy Markdown
ContributorAuthor

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

$ 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
rwgk changed the base branch from main to path_finder_devApril 9, 2025 18:29
@rwgk
rwgk changed the base branch from path_finder_dev to mainApril 9, 2025 18:30
@rwgkrwgk changed the title Experiment related to PR #447Experiment related to PR #447 (scan /proc/self/maps)Apr 26, 2025
@rwgk

rwgk commented Apr 26, 2025

Copy link
Copy Markdown
ContributorAuthor

Obsolete

@rwgkrwgk closed this Apr 26, 2025
@rwgk
rwgk deleted the experiment_related_to_pr447 branch April 26, 2025 16:57
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@rwgk