-
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.
Update submodule to cudawrappers 0.6.0
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cudawrappers
updated
22 files
+1 −1 | .bumpversion.cfg | |
+11 −0 | CHANGELOG.md | |
+1 −1 | CITATION.cff | |
+43 −62 | CMakeLists.txt | |
+4 −7 | README.md | |
+4 −6 | cmake/cudawrappers-config.cmake.in | |
+19 −0 | cmake/cudawrappers-dependencies.cmake | |
+25 −0 | cmake/cudawrappers-helper.cmake | |
+40 −0 | cmake/cudawrappers-targets.cmake | |
+0 −14 | cmake/helper.cmake | |
+1 −1 | docs/conf.py | |
+66 −55 | include/cudawrappers/cu.hpp | |
+2 −9 | include/cudawrappers/cufft.hpp | |
+1 −1 | include/cudawrappers/nvrtc.hpp | |
+32 −5 | include/cudawrappers/nvtx.hpp | |
+0 −30 | src/cu.cpp | |
+0 −0 | src/cufft.cpp | |
+0 −9 | src/nvrtc.cpp | |
+0 −38 | src/nvtx.cpp | |
+2 −1 | tests/CMakeLists.txt | |
+1 −1 | tests/test_cu.cpp | |
+5 −3 | tests/test_nvrtc.cpp |