-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dynamic CUB dispatch for merge_sort (#3525)
* Add `dependent_launch` parameter to `TripleChevronFactory` * Add `ItemsPerTile()` method to `PolicyWrapper` * Add `MergeSortPolicyWrapper` * Add `KernelSource` and use `launcher_factory` to launch `merge_sort` kernels * Move the vsmem_helper to kernel source and read `BlockThreads` from there instead of the policy directly * Make `BlockThreads` templated on the policy type * Obtain `ItemsPerTile` from the kernel source through vsmem helper * Change vsmem indirection so that it is its own template parameter passed to `DispatchMergeSort` * Use `_CCCL_HOST_DEVICE` for RTC
- Loading branch information
1 parent
3e888d8
commit 15a0116
Showing
5 changed files
with
189 additions
and
90 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
Oops, something went wrong.