Skip to content

Commit 2233be5

Browse files
Fix
1 parent cb5b342 commit 2233be5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

c/parallel/src/three_way_partition.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ struct __align__({2}) storage_t {{
193193
{9}
194194
using device_three_way_partition_policy_selector = {10};
195195
using namespace cub;
196+
using namespace cub::detail;
196197
using namespace cub::detail::three_way_partition;
197198
static_assert(
198199
device_three_way_partition_policy_selector()(::cuda::arch_id{{CUB_PTX_ARCH / 10}}) == {11},

0 commit comments

Comments
 (0)