This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 757
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update deprecation mechanism (opt-out, cmake, c++14).
Opt-out for our internal builds, since we'll still need to maintain and test any deprecated APIs.
- Loading branch information
1 parent
7736317
commit 27518ae
Showing
4 changed files
with
21 additions
and
2 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
Submodule cub
updated
7 files
+11 −1 | CMakeLists.txt | |
+2 −2 | cub/agent/agent_spmv_orig.cuh | |
+4 −0 | cub/cmake/cub-config.cmake | |
+1 −1 | cub/iterator/tex_obj_input_iterator.cuh | |
+46 −23 | cub/iterator/tex_ref_input_iterator.cuh | |
+10 −2 | cub/util_deprecated.cuh | |
+1 −1 | test/test_iterator.cu |
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