Home
last modified time | relevance | path

Searched refs:d_vec (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/dports/misc/py-xgboost/xgboost-1.5.1/tests/cpp/common/
H A Dtest_span.cu73 Span<float> span (d_vec.data().get(), d_vec.size()); in TEST()
77 Span<float> span (d_vec.data().get(), d_vec.size()); in TEST()
134 Span<float> s (d_vec.data().get(), d_vec.size()); in TEST()
188 Span<float> span (d_vec.data().get(), d_vec.size()); in TEST()
193 ASSERT_EQ(d_vec[i], d_vec.size() - i); in TEST()
233 Span<float> span (d_vec.data().get(), d_vec.size()); in TEST()
265 Span<float> span (d_vec.data().get(), d_vec.size()); in TEST()
279 Span<float> span (d_vec.data().get(), d_vec.size()); in TEST()
293 Span<float> span (d_vec.data().get(), d_vec.size()); in TEST()
307 Span<float> span (d_vec.data().get(), d_vec.size()); in TEST()
[all …]
/dports/misc/xgboost/xgboost-1.5.1/tests/cpp/common/
H A Dtest_span.cu73 Span<float> span (d_vec.data().get(), d_vec.size()); in TEST()
77 Span<float> span (d_vec.data().get(), d_vec.size()); in TEST()
134 Span<float> s (d_vec.data().get(), d_vec.size()); in TEST()
188 Span<float> span (d_vec.data().get(), d_vec.size()); in TEST()
193 ASSERT_EQ(d_vec[i], d_vec.size() - i); in TEST()
233 Span<float> span (d_vec.data().get(), d_vec.size()); in TEST()
265 Span<float> span (d_vec.data().get(), d_vec.size()); in TEST()
279 Span<float> span (d_vec.data().get(), d_vec.size()); in TEST()
293 Span<float> span (d_vec.data().get(), d_vec.size()); in TEST()
307 Span<float> span (d_vec.data().get(), d_vec.size()); in TEST()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/compute/perf/
H A Dperf_thrust_rotate.cu29 thrust::device_vector<int> d_vec; in main() local
35 d_vec = h_vec; in main()
39 thrust::device_vector<int> tmp(d_vec.begin(), d_vec.begin() + rotate_distance); in main()
40 thrust::copy(d_vec.begin() + rotate_distance, d_vec.end(), d_vec.begin()); in main()
41 thrust::copy(tmp.begin(), tmp.end(), d_vec.begin() + rotate_distance); in main()
48 thrust::copy(d_vec.begin(), d_vec.end(), h_vec.begin()); in main()
H A Dperf_thrust_exclusive_scan.cu31 thrust::device_vector<int> d_vec = h_vec; in main() local
35 d_vec = h_vec; in main()
38 thrust::exclusive_scan(d_vec.begin(), d_vec.end(), d_vec.begin()); in main()
45 thrust::copy(d_vec.begin(), d_vec.end(), h_vec.begin()); in main()
H A Dperf_thrust_partial_sum.cu31 thrust::device_vector<int> d_vec = h_vec; in main() local
35 d_vec = h_vec; in main()
38 thrust::inclusive_scan(d_vec.begin(), d_vec.end(), d_vec.begin()); in main()
45 thrust::copy(d_vec.begin(), d_vec.end(), h_vec.begin()); in main()
H A Dperf_bolt_exclusive_scan.cpp35 bolt::cl::device_vector<int> d_vec(PERF_N); in main() local
40 bolt::cl::copy(h_vec.begin(), h_vec.end(), d_vec.begin()); in main()
43 bolt::cl::exclusive_scan(d_vec.begin(), d_vec.end(), d_vec.begin()); in main()
49 bolt::cl::copy(d_vec.begin(), d_vec.end(), h_vec.begin()); in main()
H A Dperf_bolt_partial_sum.cpp35 bolt::cl::device_vector<int> d_vec(PERF_N); in main() local
40 bolt::cl::copy(h_vec.begin(), h_vec.end(), d_vec.begin()); in main()
43 bolt::cl::inclusive_scan(d_vec.begin(), d_vec.end(), d_vec.begin()); in main()
49 bolt::cl::copy(d_vec.begin(), d_vec.end(), h_vec.begin()); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/compute/perf/
H A Dperf_thrust_rotate.cu29 thrust::device_vector<int> d_vec; in main() local
35 d_vec = h_vec; in main()
39 thrust::device_vector<int> tmp(d_vec.begin(), d_vec.begin() + rotate_distance); in main()
40 thrust::copy(d_vec.begin() + rotate_distance, d_vec.end(), d_vec.begin()); in main()
41 thrust::copy(tmp.begin(), tmp.end(), d_vec.begin() + rotate_distance); in main()
48 thrust::copy(d_vec.begin(), d_vec.end(), h_vec.begin()); in main()
H A Dperf_thrust_partial_sum.cu31 thrust::device_vector<int> d_vec = h_vec; in main() local
35 d_vec = h_vec; in main()
38 thrust::inclusive_scan(d_vec.begin(), d_vec.end(), d_vec.begin()); in main()
45 thrust::copy(d_vec.begin(), d_vec.end(), h_vec.begin()); in main()
H A Dperf_thrust_exclusive_scan.cu31 thrust::device_vector<int> d_vec = h_vec; in main() local
35 d_vec = h_vec; in main()
38 thrust::exclusive_scan(d_vec.begin(), d_vec.end(), d_vec.begin()); in main()
45 thrust::copy(d_vec.begin(), d_vec.end(), h_vec.begin()); in main()
H A Dperf_bolt_exclusive_scan.cpp35 bolt::cl::device_vector<int> d_vec(PERF_N); in main() local
40 bolt::cl::copy(h_vec.begin(), h_vec.end(), d_vec.begin()); in main()
43 bolt::cl::exclusive_scan(d_vec.begin(), d_vec.end(), d_vec.begin()); in main()
49 bolt::cl::copy(d_vec.begin(), d_vec.end(), h_vec.begin()); in main()
H A Dperf_bolt_partial_sum.cpp35 bolt::cl::device_vector<int> d_vec(PERF_N); in main() local
40 bolt::cl::copy(h_vec.begin(), h_vec.end(), d_vec.begin()); in main()
43 bolt::cl::inclusive_scan(d_vec.begin(), d_vec.end(), d_vec.begin()); in main()
49 bolt::cl::copy(d_vec.begin(), d_vec.end(), h_vec.begin()); in main()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/compute/perf/
H A Dperf_thrust_rotate.cu29 thrust::device_vector<int> d_vec; in main() local
35 d_vec = h_vec; in main()
39 thrust::device_vector<int> tmp(d_vec.begin(), d_vec.begin() + rotate_distance); in main()
40 thrust::copy(d_vec.begin() + rotate_distance, d_vec.end(), d_vec.begin()); in main()
41 thrust::copy(tmp.begin(), tmp.end(), d_vec.begin() + rotate_distance); in main()
48 thrust::copy(d_vec.begin(), d_vec.end(), h_vec.begin()); in main()
H A Dperf_thrust_exclusive_scan.cu31 thrust::device_vector<int> d_vec = h_vec; in main() local
35 d_vec = h_vec; in main()
38 thrust::exclusive_scan(d_vec.begin(), d_vec.end(), d_vec.begin()); in main()
45 thrust::copy(d_vec.begin(), d_vec.end(), h_vec.begin()); in main()
H A Dperf_thrust_partial_sum.cu31 thrust::device_vector<int> d_vec = h_vec; in main() local
35 d_vec = h_vec; in main()
38 thrust::inclusive_scan(d_vec.begin(), d_vec.end(), d_vec.begin()); in main()
45 thrust::copy(d_vec.begin(), d_vec.end(), h_vec.begin()); in main()
H A Dperf_bolt_exclusive_scan.cpp35 bolt::cl::device_vector<int> d_vec(PERF_N); in main() local
40 bolt::cl::copy(h_vec.begin(), h_vec.end(), d_vec.begin()); in main()
43 bolt::cl::exclusive_scan(d_vec.begin(), d_vec.end(), d_vec.begin()); in main()
49 bolt::cl::copy(d_vec.begin(), d_vec.end(), h_vec.begin()); in main()
H A Dperf_bolt_partial_sum.cpp35 bolt::cl::device_vector<int> d_vec(PERF_N); in main() local
40 bolt::cl::copy(h_vec.begin(), h_vec.end(), d_vec.begin()); in main()
43 bolt::cl::inclusive_scan(d_vec.begin(), d_vec.end(), d_vec.begin()); in main()
49 bolt::cl::copy(d_vec.begin(), d_vec.end(), h_vec.begin()); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/compute/perf/
H A Dperf_thrust_rotate.cu29 thrust::device_vector<int> d_vec; in main() local
35 d_vec = h_vec; in main()
39 thrust::device_vector<int> tmp(d_vec.begin(), d_vec.begin() + rotate_distance); in main()
40 thrust::copy(d_vec.begin() + rotate_distance, d_vec.end(), d_vec.begin()); in main()
41 thrust::copy(tmp.begin(), tmp.end(), d_vec.begin() + rotate_distance); in main()
48 thrust::copy(d_vec.begin(), d_vec.end(), h_vec.begin()); in main()
H A Dperf_thrust_partial_sum.cu31 thrust::device_vector<int> d_vec = h_vec; in main() local
35 d_vec = h_vec; in main()
38 thrust::inclusive_scan(d_vec.begin(), d_vec.end(), d_vec.begin()); in main()
45 thrust::copy(d_vec.begin(), d_vec.end(), h_vec.begin()); in main()
H A Dperf_thrust_exclusive_scan.cu31 thrust::device_vector<int> d_vec = h_vec; in main() local
35 d_vec = h_vec; in main()
38 thrust::exclusive_scan(d_vec.begin(), d_vec.end(), d_vec.begin()); in main()
45 thrust::copy(d_vec.begin(), d_vec.end(), h_vec.begin()); in main()
H A Dperf_bolt_exclusive_scan.cpp35 bolt::cl::device_vector<int> d_vec(PERF_N); in main() local
40 bolt::cl::copy(h_vec.begin(), h_vec.end(), d_vec.begin()); in main()
43 bolt::cl::exclusive_scan(d_vec.begin(), d_vec.end(), d_vec.begin()); in main()
49 bolt::cl::copy(d_vec.begin(), d_vec.end(), h_vec.begin()); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/compute/perf/
H A Dperf_thrust_rotate.cu29 thrust::device_vector<int> d_vec; in main() local
35 d_vec = h_vec; in main()
39 thrust::device_vector<int> tmp(d_vec.begin(), d_vec.begin() + rotate_distance); in main()
40 thrust::copy(d_vec.begin() + rotate_distance, d_vec.end(), d_vec.begin()); in main()
41 thrust::copy(tmp.begin(), tmp.end(), d_vec.begin() + rotate_distance); in main()
48 thrust::copy(d_vec.begin(), d_vec.end(), h_vec.begin()); in main()
H A Dperf_thrust_partial_sum.cu31 thrust::device_vector<int> d_vec = h_vec; in main() local
35 d_vec = h_vec; in main()
38 thrust::inclusive_scan(d_vec.begin(), d_vec.end(), d_vec.begin()); in main()
45 thrust::copy(d_vec.begin(), d_vec.end(), h_vec.begin()); in main()
H A Dperf_thrust_exclusive_scan.cu31 thrust::device_vector<int> d_vec = h_vec; in main() local
35 d_vec = h_vec; in main()
38 thrust::exclusive_scan(d_vec.begin(), d_vec.end(), d_vec.begin()); in main()
45 thrust::copy(d_vec.begin(), d_vec.end(), h_vec.begin()); in main()
/dports/science/sparta/sparta-20Oct2021/src/KOKKOS/
H A Dcompute_grid_kokkos.cpp332 d_vec = d_vector; in post_process_grid_kokkos()
338 this->d_vec = d_vec; in post_process_grid_kokkos()
481 if (norm == 0.0) d_vec[icell] = 0.0; in operator ()()
490 if (norm == 0.0) d_vec[icell] = 0.0; in operator ()()
502 if (norm == 0.0) d_vec[icell] = 0.0; in operator ()()
514 if (norm == 0.0) d_vec[icell] = 0.0; in operator ()()
523 if (norm == 0.0) d_vec[icell] = 0.0; in operator ()()
532 if (norm == 0.0) d_vec[icell] = 0.0; in operator ()()
541 if (norm == 0.0) d_vec[icell] = 0.0; in operator ()()
550 if (norm == 0.0) d_vec[icell] = 0.0; in operator ()()
[all …]

12345678910>>...12