Skip to content

Commit db61c65

Browse files
authored
Fix deprecated status (#1692)
1 parent a791829 commit db61c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cub/test/catch2_segmented_sort_helper.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ CUB_RUNTIME_FUNCTION cudaError_t call_cub_segmented_sort_api(
646646
const int* offset_begin_it = d_begin_offsets;
647647
thrust::device_ptr<const int> offset_end_it = thrust::device_pointer_cast(d_end_offsets);
648648

649-
cudaError_t status = cudaErrorNotYetImplemented;
649+
cudaError_t status = cudaErrorInvalidValue;
650650

651651
if (stable_sort)
652652
{

0 commit comments

Comments
 (0)