-
Notifications
You must be signed in to change notification settings - Fork 622
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
Deps update 10 2024 #5670
Merged
mdabek-nvidia
merged 11 commits into
NVIDIA:main
from
mdabek-nvidia:deps_update_10_2024
Oct 17, 2024
Merged
Deps update 10 2024 #5670
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
c33b702
Dependency update 10-2024
mdabek-nvidia cd7127c
Merge branch 'NVIDIA:main' into deps_update_10_2024
mdabek-nvidia a9916fd
Dependency update 10-2024
mdabek-nvidia 2e9d11a
Dependency update 10-2024
mdabek-nvidia 4904bd3
Dependency update 10-2024
mdabek-nvidia 863d7c1
Dependency update 10-2024
mdabek-nvidia e6fb7a7
Dependency update 10-2024
mdabek-nvidia 9873d76
Dependency update 10-2024
mdabek-nvidia 8abd6d4
Dependency update 10-2024
mdabek-nvidia 9b51b97
Post review comments and conda update
mdabek-nvidia b79b7e9
DALI_deps update to 10-2024
mdabek-nvidia 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
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6d93550b1340c2010fc356b1e16ab6e4dfdc27c0 | ||
c7e3e7b996b0a1b19f5e435d32e64c20d9a28a42 |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Submodule benchmark
updated
39 files
Submodule dlpack
updated
8 files
+2 −0 | apps/numpy_dlpack/dlpack/dlpack.py | |
+8 −0 | contrib/mock_main.cc | |
+2 −2 | doc_requirements.txt | |
+ − | docs/source/_static/images/DLPack_diagram.png | |
+13 −1 | docs/source/c_api.rst | |
+5 −0 | docs/source/conf.py | |
+73 −31 | docs/source/python_spec.rst | |
+108 −8 | include/dlpack/dlpack.h |
Submodule googletest
updated
76 files
Submodule pybind11
updated
79 files
Submodule rapidjson
updated
4 files
+2 −1 | include/rapidjson/document.h | |
+2 −2 | include/rapidjson/reader.h | |
+3 −0 | test/unittest/readertest.cpp | |
+8 −0 | test/unittest/valuetest.cpp |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea. I forgot that I updated my fork to support more recent gcc compiler available ion manylinux_2_28 image - due to pending #5608.