We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a791829 commit db61c65Copy full SHA for db61c65
cub/test/catch2_segmented_sort_helper.cuh
@@ -646,7 +646,7 @@ CUB_RUNTIME_FUNCTION cudaError_t call_cub_segmented_sort_api(
646
const int* offset_begin_it = d_begin_offsets;
647
thrust::device_ptr<const int> offset_end_it = thrust::device_pointer_cast(d_end_offsets);
648
649
- cudaError_t status = cudaErrorNotYetImplemented;
+ cudaError_t status = cudaErrorInvalidValue;
650
651
if (stable_sort)
652
{
0 commit comments