-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sampling primitive performance optimization. (#3061)
Improve performance for 1 & 2 GPU test cases (there will be follow-up PRs for larger scale testing/performance improvements) Bug fix for the single GPU & invalid_value = thrust::nullopt case. Authors: - Seunghwa Kang (https://github.com/seunghwak) Approvers: - Naim (https://github.com/naimnv) - Chuck Hastings (https://github.com/ChuckHastings) URL: #3061
- Loading branch information
Showing
10 changed files
with
668 additions
and
254 deletions.
There are no files selected for viewing
422 changes: 206 additions & 216 deletions
422
cpp/src/prims/per_v_random_select_transform_outgoing_e.cuh
Large diffs are not rendered by default.
Oops, something went wrong.
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.