-
Notifications
You must be signed in to change notification settings - Fork 210
Initial version of cuda.pathfinder._find_nvidia_headers
for nvshmem
#661
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
d174f5a
find_nvidia_headers.py initial version (untested).
rwgk 5ed86c5
Add tests/test_path_finder_find_headers.py, with hard-coded paths.
rwgk a98de70
Better error message: UNKNOWN libname='unknown-libname'
rwgk 6a93fe7
if libname == "nvshmem" and IS_WINDOWS: return None
rwgk 3ab9643
Merge branch 'main' into find_nvidia_headers_nvshmem and move/adjust/…
rwgk c1e9385
Move find_nvidia_headers.py → _headers/find_nvidia_headers.py
rwgk c3464b3
test_find_nvidia_headers.py: removed hard-wired paths, comments with …
rwgk 627f6d0
Merge branch 'main' into find_nvidia_headers_nvshmem
rwgk 26f94d1
Make _find_nvidia_header_directory private for now.
rwgk 6adddb0
test_find_nvidia_headers.py: Move comments with installation commands…
rwgk 363b649
Add `have_nvidia_nvshmem_package()` function to enable `assert hdr_di…
rwgk 2dd448c
Merge branch 'main' into find_nvidia_headers_nvshmem
rwgk d3f97e4
Add nvidia-nvshmem-cu12,13 in pyproject.toml
rwgk 6f4d762
assert site-packages or dist-packages
rwgk dfa3384
Add CUDA_PATHFINDER_TEST_FIND_NVIDIA_HEADERS_STRICTNESS
rwgk 673c38c
Transfer `ci/`, `.github/` changes from PR #864
rwgk 80cece3
Add CUDA_PATHFINDER_TEST_FIND_NVIDIA_HEADERS_STRICTNESS in `ci/`, `.g…
rwgk 7c30292
reverse=True in sorting of "/usr/include/nvshmem_*" (find newest first)
rwgk a300419
Fix: assert site-packages or dist-packages only if have_nvidia_nvshme…
rwgk 3ae15e0
pytest.skip("nvshmem has no Windows support.")
rwgk e855155
Merge branch 'main' into find_nvidia_headers_nvshmem
rwgk dc4de43
Merge branch 'main' into find_nvidia_headers_nvshmem
rwgk eb2e78a
Add new cuda/pathfinder/_utils/conda_env.py and use from find_nvidia_…
rwgk c90c393
Add new cuda/pathfinder/_utils/env_vars_for_include.py and use from f…
rwgk cee717a
Revert "Add new cuda/pathfinder/_utils/env_vars_for_include.py and us…
rwgk a50da30
Revert "Add new cuda/pathfinder/_utils/conda_env.py and use from find…
rwgk a185f03
Merge branch 'main' into find_nvidia_headers_nvshmem
rwgk 7cfcbfe
Bump pathfinder version to 1.2.2 and add release/1.2.2-notes.rst
rwgk 510f470
Remove os.path.isdir() tests that are not strictly needed.
rwgk 2426260
test_find_nvidia_headers.py: remove check for `dist-packages` because…
rwgk b74a84c
Additional testing
rwgk 6ee6529
Merge branch 'main' into find_nvidia_headers_nvshmem
rwgk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Revert "Add new cuda/pathfinder/_utils/env_vars_for_include.py and us…
…e from find_nvidia_headers.py" This reverts commit c90c393.
- Loading branch information
commit cee717ac487b9dc0fd121dfb2ea1fa66e973869e
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 0 additions & 25 deletions
25
cuda_pathfinder/cuda/pathfinder/_utils/env_vars_for_include.py
rwgk marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
This file was deleted.
Oops, something went wrong.
107 changes: 0 additions & 107 deletions
107
cuda_pathfinder/tests/test_utils_env_vars_for_include.py
This file was deleted.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.