Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
Before, the tests were not run
  • Loading branch information
bernhardmgruber committed Jan 31, 2025
1 parent e314bb8 commit 183e65c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cub/test/catch2_test_device_segmented_radix_sort_keys.cu
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
#include "catch2_radix_sort_helper.cuh"
#include "catch2_test_launch_helper.h"
#include <c2h/catch2_test_helper.h>
#include <c2h/extended_types.h>

// TODO replace with DeviceSegmentedRadixSort::SortKeys interface once https://github.com/NVIDIA/cccl/issues/50 is
// addressed Temporary wrapper that allows specializing the DeviceSegmentedRadixSort algorithm for different offset
Expand Down

0 comments on commit 183e65c

Please sign in to comment.