Skip to content

Commit e8fd197

Browse files
Update cub/test/catch2_test_device_scan_by_key_custom_policy_hub.cu
Co-authored-by: Michael Schellenberger Costa <[email protected]>
1 parent 36cf71a commit e8fd197

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cub/test/catch2_test_device_scan_by_key_custom_policy_hub.cu

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ C2H_TEST("DispatchScanByKey::Dispatch: custom policy hub", "[scan_by_key][device
3838
using key_t = int;
3939
using value_t = int;
4040
using offset_t = unsigned int;
41-
using scan_op_t = ::cuda::std::plus<>;
42-
using eq_op_t = ::cuda::std::equal_to<>;
43-
using accum_t = ::cuda::std::__accumulator_t<scan_op_t, value_t, value_t>;
41+
using scan_op_t = cuda::std::plus<>;
42+
using eq_op_t = cuda::std::equal_to<>;
43+
using accum_t = cuda::std::__accumulator_t<scan_op_t, value_t, value_t>;
4444

4545
c2h::device_vector<key_t> d_keys{1, 1, 23, 2, 2, 1, 35, 2, 4, 67, 8, 2, 6, 8, 434, 6, 8};
4646
c2h::device_vector<value_t> d_values{3, 4, 1, 2, 3, 5, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12};

0 commit comments

Comments
 (0)