Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Dec 10, 2024
1 parent 96ac8e8 commit b863f58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cub/cub/device/dispatch/dispatch_merge_sort.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ CUB_DETAIL_KERNEL_ATTRIBUTES void DeviceMergeSortPartitionKernel(
{
OffsetT partition_idx = blockDim.x * blockIdx.x + threadIdx.x;

NV_IF_TARGET(NV_PROVIDES_SM_90, cudaTriggerProgrammaticLaunchCompletion();)
if (partition_idx < num_partitions)
{
AgentPartition<KeyIteratorT, OffsetT, CompareOpT, KeyT> agent(
Expand Down

0 comments on commit b863f58

Please sign in to comment.