Skip to content

Commit

Permalink
Fix qualifier
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Jan 13, 2025
1 parent 97ae1c9 commit 286521b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cub/test/test_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@ inline int CompareDeviceResults(
template <typename S, typename OffsetT>
int CompareDeviceResults(
S* /*h_reference*/,
thrust::discard_iterator<OffsetT> /*d_data*/,
THRUST_NS_QUALIFIER::discard_iterator<OffsetT> /*d_data*/,
std::size_t /*num_items*/,
bool /*verbose*/ = true,
bool /*display_data*/ = false)
Expand Down

0 comments on commit 286521b

Please sign in to comment.