We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5b342 commit 2233be5Copy full SHA for 2233be5
c/parallel/src/three_way_partition.cu
@@ -193,6 +193,7 @@ struct __align__({2}) storage_t {{
193
{9}
194
using device_three_way_partition_policy_selector = {10};
195
using namespace cub;
196
+using namespace cub::detail;
197
using namespace cub::detail::three_way_partition;
198
static_assert(
199
device_three_way_partition_policy_selector()(::cuda::arch_id{{CUB_PTX_ARCH / 10}}) == {11},
0 commit comments