forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule gloo
updated
10 files
+0 −1 | .travis/build.sh | |
+0 −11 | .travis/install.sh | |
+8 −24 | README.md | |
+12 −10 | cmake/Dependencies.cmake | |
+1 −8 | cmake/Modules/Findnccl.cmake | |
+0 −2 | gloo/examples/CMakeLists.txt | |
+0 −136 | gloo/examples/example1.cc | |
+4 −4 | gloo/test/CMakeLists.txt | |
+0 −9 | gloo/transport/device.h | |
+1 −0 | third-party/googletest |
Submodule nanopb
updated
51 files
Submodule pybind11
updated
14 files
+1 −1 | .travis.yml | |
+0 −3 | docs/advanced/cast/stl.rst | |
+1 −1 | docs/advanced/functions.rst | |
+26 −7 | docs/advanced/misc.rst | |
+65 −0 | docs/changelog.rst | |
+2 −2 | docs/faq.rst | |
+9 −2 | include/pybind11/cast.h | |
+29 −38 | include/pybind11/detail/common.h | |
+5 −5 | include/pybind11/pybind11.h | |
+2 −1 | include/pybind11/stl.h | |
+1 −1 | tests/test_eigen.cpp | |
+2 −2 | tests/test_numpy_dtypes.py | |
+7 −3 | tests/test_opaque_types.cpp | |
+3 −1 | tests/test_virtual_functions.cpp |