Home
last modified time | relevance | path

Searched refs:CUB_CDP (Results 1 – 10 of 10) sorted by relevance

/dports/misc/xgboost/xgboost-1.5.1/cub/test/
H A Dtest_device_reduce.cu74 CUB_CDP, // GPU-based (dynamic parallelism) dispatch to CUB method enumerator
641 #ifndef CUB_CDP in CnpDispatchKernel()
669 Int2Type<CUB_CDP> dispatch_to, in Dispatch()
947 …(BACKEND == CUB_CDP) ? "CUB_CDP" : (BACKEND == THRUST) ? "Thrust" : (BACKEND == CUB_SEGMENTED) ? "… in SolveAndTest()
1070 #ifdef CUB_CDP in TestByBackend()
1071 …TestByOp<CUB_CDP, OutputT>(h_in, d_in, num_items, 1, h_segment_offsets, (OffsetT*) NULL); … in TestByBackend()
1148 #ifdef CUB_CDP in TestByGenMode()
1149 …SolveAndTest<CUB_CDP, OutputT>(h_in, h_in, num_items, 1, h_segment_offsets, (OffsetT*) NULL, Sum()… in TestByGenMode()
H A Dtest_device_select_unique.cu186 #ifndef CUB_CDP in CnpDispatchKernel()
516 #ifdef CUB_CDP in TestOp()
H A Dtest_device_run_length_encode.cu298 #ifndef CUB_CDP in CnpDispatchKernel()
753 #ifdef CUB_CDP in TestDispatch()
H A Dtest_device_reduce_by_key.cu248 #ifndef CUB_CDP in CnpDispatchKernel()
691 #ifdef CUB_CDP in TestDispatch()
H A Dtest_allocator.cu329 #ifndef CUB_CDP in main()
H A Dtest_device_scan.cu432 #ifndef CUB_CDP in CnpDispatchKernel()
865 #ifdef CUB_CDP in Test()
H A Dtest_device_select_if.cu503 #ifndef CUB_CDP in CnpDispatchKernel()
888 #ifdef CUB_CDP in TestOp()
H A Dtest_device_radix_sort.cu491 #ifndef CUB_CDP in CnpDispatchKernel()
928 #ifdef CUB_CDP in TestBackend()
H A Dtest_iterator.cu687 #if CUB_CDP in Test()
/dports/misc/xgboost/xgboost-1.5.1/cub/
H A DCHANGELOG.md524 - Remove requirement for callers to define the `CUB_CDP` macro