-
Notifications
You must be signed in to change notification settings - Fork 622
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dependency update 10-2024: - DALI_deps moved to the latest commit: c7e3e7b996b0a1b19f5e435d32e64c20d9a28a42 - Google Benchmark updated to v1.9.0 - DLPack updated to v1.0 - FFTS updated to the top of the tree: Sep, 2024 - GoogleTest updated to v1.15.2 - pybind11 updated to v2.13.6 - RapidJSON updated to the top of tree: Sep 24, 2024 Signed-off-by: Marek Dabek <mdabek@nvidia.com>
- Loading branch information
1 parent
1b51e15
commit 0d55aa0
Showing
12 changed files
with
31 additions
and
14 deletions.
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 |