-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use cuda::proclaim_return_type on device lambdas (#1662)
* adding proclaim_return_type to device lambdas Signed-off-by: Mike Wilson <[email protected]> * clang-format Signed-off-by: Mike Wilson <[email protected]> * No cuda::proclaim_return_type on non-device lambda Signed-off-by: Mike Wilson <[email protected]> * Adding Mithun's changes for CCCL 2 Signed-off-by: Mike Wilson <[email protected]> * linting Signed-off-by: Mike Wilson <[email protected]> * updating return type Signed-off-by: Mike Wilson <[email protected]> * Update src/main/cpp/CMakeLists.txt Co-authored-by: Bradley Dice <[email protected]> * Update jni Signed-off-by: Nghia Truong <[email protected]> * Apply suggestions from code review * Fix styles Signed-off-by: Nghia Truong <[email protected]> * linting Signed-off-by: Mike Wilson <[email protected]> * Update submodule manually Signed-off-by: Nghia Truong <[email protected]> * Fix header Signed-off-by: Nghia Truong <[email protected]> --------- Signed-off-by: Mike Wilson <[email protected]> Signed-off-by: Nghia Truong <[email protected]> Co-authored-by: Bradley Dice <[email protected]> Co-authored-by: Nghia Truong <[email protected]>
- Loading branch information
1 parent
98dc423
commit 763406c
Showing
16 changed files
with
367 additions
and
4,018 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
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
Oops, something went wrong.