Home
last modified time | relevance | path

Searched defs:h_reference (Results 1 – 23 of 23) sorted by relevance

/dports/misc/xgboost/xgboost-1.5.1/cub/test/
H A Dtest_iterator.cu199 T h_reference[8] = {base, base, base, base, base, base, base, base}; in TestConstant() local
245 T h_reference[8]; in TestCounting() local
313 T h_reference[8]; in TestModified() local
387 T h_reference[8]; in TestTransform() local
463 T h_reference[8]; in TestTexObj() local
543 T h_reference[8]; in TestTexRef() local
621 T h_reference[8]; in TestTexTransform() local
H A Dtest_device_select_unique.cu306 T *h_reference, in Solve()
339 T *h_reference, in Test()
425 T* h_reference = new T[num_items]; in TestPointer() local
469 T* h_reference = new T[num_items]; in TestIterator() local
H A Dtest_device_scan.cu551 OutputT *h_reference, in Solve()
584 OutputT *h_reference, in Solve()
619 OutputT *h_reference, in Test()
753 OutputT* h_reference = new OutputT[num_items]; in TestPointer() local
818 OutputT* h_reference = new OutputT[num_items]; in TestIterator() local
H A Dtest_warp_scan.cu318 T *h_reference, in Initialize()
358 T *h_reference, in Initialize()
408 T *h_reference = new T[TOTAL_ITEMS]; in Test() local
H A Dtest_block_histogram.cu155 int *h_reference = new int[BINS]; in Test() local
H A Dtest_device_select_if.cu607 T* h_reference, in Solve()
645 T* h_reference, in Test()
748 T* h_reference = new T[num_items]; in TestPointer() local
807 T* h_reference = new T[num_items]; in TestIterator() local
H A Dtest_block_reduce.cu340 T h_reference[1]; in TestFullTile() local
529 T h_reference[1]; in TestPartialTile() local
H A Dtest_device_reduce.cu856 HostReferenceIteratorT h_reference) in Test()
952 OutputT *h_reference = new OutputT[num_segments]; in SolveAndTest() local
H A Dtest_block_scan.cu536 T *h_reference = new T[TILE_SIZE]; in Test() local
/dports/misc/xgboost/xgboost-1.5.1/cub/examples/device/
H A Dexample_device_reduce.cu88 int &h_reference, in Solve()
137 int h_reference; in main() local
H A Dexample_device_scan.cu88 int *h_reference, in Solve()
142 int* h_reference = new int[num_items]; in main() local
H A Dexample_device_select_unique.cu110 int *h_reference, in Solve()
168 int* h_reference = new int[num_items]; in main() local
H A Dexample_device_partition_flagged.cu118 int *h_reference, in Solve()
174 int *h_reference = new int[num_items]; in main() local
H A Dexample_device_select_flagged.cu118 int *h_reference, in Solve()
174 int *h_reference = new int[num_items]; in main() local
H A Dexample_device_partition_if.cu126 int *h_reference, in Solve()
182 int *h_reference = new int[num_items]; in main() local
H A Dexample_device_select_if.cu126 int *h_reference, in Solve()
182 int *h_reference = new int[num_items]; in main() local
/dports/misc/xgboost/xgboost-1.5.1/cub/examples/block/
H A Dexample_block_radix_sort.cu145 Key *h_reference, in Initialize()
180 Key *h_reference = new Key[TILE_SIZE * g_grid_size]; in Test() local
H A Dexample_block_scan.cu144 int *h_reference, in Initialize()
174 int *h_reference = new int[TILE_SIZE]; in Test() local
/dports/misc/xgboost/xgboost-1.5.1/cub/tune/
H A Dtune_device_reduce.cu533 T h_reference = Reduce(h_in, reduction_op, num_items); in TestMulti() local
626 T h_reference = Reduce(h_in, reduction_op, num_items); in TestSingle() local
/dports/misc/xgboost/xgboost-1.5.1/cub/experimental/defunct/
H A Dexample_coo_spmv.cu766 Value* h_reference) in TestDevice()
914 Value* h_reference) in ComputeReference()
1035 Value *h_reference = new Value[coo_graph.row_dim]; in main() local
H A Dtest_device_seg_reduce.cu1973 Value *h_reference, in ComputeReference()
2008 Value *h_reference = NULL; in Test() local
/dports/devel/thrust/thrust-1.9.5/testing/
H A Dset_union.cu178 thrust::host_vector<T> h_reference(2 * n); in TestSetUnionToDiscardIterator() local
H A Dset_intersection.cu154 thrust::host_vector<T> h_reference(n); in TestSetIntersectionToDiscardIterator() local