-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consistent renaming of CHECK_CUDA and *_TRY macros (#410)
This PR makes the naming of cuda status checks/logs consistent with other RAPIDS libraries. 1. `RAFT_CHECK_CUDA` is used to check if a CUDA error has been thrown (and synchronize if in debug mode) given a stream 2. `RAFT_{lib_name}_TRY` evaluates the return code of a library function 3. `{lib_name}_CHECK` invokes its corresponding `RAFT_{lib_name}_TRY` macro for now. Once these are removed from all consuming projects, we can simply remove them. Authors: - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Seunghwa Kang (https://github.com/seunghwak) - Chuck Hastings (https://github.com/ChuckHastings) URL: #410
- Loading branch information
Showing
147 changed files
with
1,214 additions
and
1,180 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
Oops, something went wrong.