Home
last modified time | relevance | path

Searched refs:host_x (Results 1 – 25 of 233) sorted by relevance

12345678910

/dports/devel/boost-docs/boost_1_72_0/libs/compute/perf/
H A Dperf_bolt_saxpy.cpp45 std::vector<float> host_x(PERF_N); local
47 std::generate(host_x.begin(), host_x.end(), rand);
55 bolt::cl::copy(host_x.begin(), host_x.end(), device_x.begin());
72 bolt::cl::copy(device_x.begin(), device_x.end(), host_x.begin());
H A Dperf_thrust_saxpy.cu40 thrust::host_vector<int> host_x(PERF_N); in main() local
42 std::generate(host_x.begin(), host_x.end(), rand); in main()
46 thrust::device_vector<int> device_x = host_x; in main()
59 thrust::copy(device_x.begin(), device_x.end(), host_x.begin()); in main()
H A Dperf_thrust_inner_product.cu26 thrust::host_vector<int> host_x(PERF_N); in main() local
28 std::generate(host_x.begin(), host_x.end(), rand); in main()
32 thrust::device_vector<int> device_x = host_x; in main()
H A Dperf_stl_saxpy.cpp38 std::vector<float> host_x(PERF_N); in main() local
40 std::generate(host_x.begin(), host_x.end(), rand_float); in main()
46 serial_saxpy(PERF_N, alpha, &host_x[0], &host_y[0]); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/compute/perf/
H A Dperf_bolt_saxpy.cpp45 std::vector<float> host_x(PERF_N); local
47 std::generate(host_x.begin(), host_x.end(), rand);
55 bolt::cl::copy(host_x.begin(), host_x.end(), device_x.begin());
72 bolt::cl::copy(device_x.begin(), device_x.end(), host_x.begin());
H A Dperf_thrust_saxpy.cu40 thrust::host_vector<int> host_x(PERF_N); in main() local
42 std::generate(host_x.begin(), host_x.end(), rand); in main()
46 thrust::device_vector<int> device_x = host_x; in main()
59 thrust::copy(device_x.begin(), device_x.end(), host_x.begin()); in main()
H A Dperf_thrust_inner_product.cu26 thrust::host_vector<int> host_x(PERF_N); in main() local
28 std::generate(host_x.begin(), host_x.end(), rand); in main()
32 thrust::device_vector<int> device_x = host_x; in main()
H A Dperf_stl_saxpy.cpp38 std::vector<float> host_x(PERF_N); in main() local
40 std::generate(host_x.begin(), host_x.end(), rand_float); in main()
46 serial_saxpy(PERF_N, alpha, &host_x[0], &host_y[0]); in main()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/compute/perf/
H A Dperf_bolt_saxpy.cpp45 std::vector<float> host_x(PERF_N); local
47 std::generate(host_x.begin(), host_x.end(), rand);
55 bolt::cl::copy(host_x.begin(), host_x.end(), device_x.begin());
72 bolt::cl::copy(device_x.begin(), device_x.end(), host_x.begin());
H A Dperf_thrust_saxpy.cu40 thrust::host_vector<int> host_x(PERF_N); in main() local
42 std::generate(host_x.begin(), host_x.end(), rand); in main()
46 thrust::device_vector<int> device_x = host_x; in main()
59 thrust::copy(device_x.begin(), device_x.end(), host_x.begin()); in main()
H A Dperf_thrust_inner_product.cu26 thrust::host_vector<int> host_x(PERF_N); in main() local
28 std::generate(host_x.begin(), host_x.end(), rand); in main()
32 thrust::device_vector<int> device_x = host_x; in main()
H A Dperf_stl_saxpy.cpp38 std::vector<float> host_x(PERF_N); in main() local
40 std::generate(host_x.begin(), host_x.end(), rand_float); in main()
46 serial_saxpy(PERF_N, alpha, &host_x[0], &host_y[0]); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/compute/perf/
H A Dperf_bolt_saxpy.cpp45 std::vector<float> host_x(PERF_N); local
47 std::generate(host_x.begin(), host_x.end(), rand);
55 bolt::cl::copy(host_x.begin(), host_x.end(), device_x.begin());
72 bolt::cl::copy(device_x.begin(), device_x.end(), host_x.begin());
H A Dperf_thrust_saxpy.cu40 thrust::host_vector<int> host_x(PERF_N); in main() local
42 std::generate(host_x.begin(), host_x.end(), rand); in main()
46 thrust::device_vector<int> device_x = host_x; in main()
59 thrust::copy(device_x.begin(), device_x.end(), host_x.begin()); in main()
H A Dperf_thrust_inner_product.cu26 thrust::host_vector<int> host_x(PERF_N); in main() local
28 std::generate(host_x.begin(), host_x.end(), rand); in main()
32 thrust::device_vector<int> device_x = host_x; in main()
H A Dperf_stl_saxpy.cpp38 std::vector<float> host_x(PERF_N); in main() local
40 std::generate(host_x.begin(), host_x.end(), rand_float); in main()
46 serial_saxpy(PERF_N, alpha, &host_x[0], &host_y[0]); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/compute/perf/
H A Dperf_bolt_saxpy.cpp45 std::vector<float> host_x(PERF_N); local
47 std::generate(host_x.begin(), host_x.end(), rand);
55 bolt::cl::copy(host_x.begin(), host_x.end(), device_x.begin());
72 bolt::cl::copy(device_x.begin(), device_x.end(), host_x.begin());
H A Dperf_thrust_saxpy.cu40 thrust::host_vector<int> host_x(PERF_N); in main() local
42 std::generate(host_x.begin(), host_x.end(), rand); in main()
46 thrust::device_vector<int> device_x = host_x; in main()
59 thrust::copy(device_x.begin(), device_x.end(), host_x.begin()); in main()
H A Dperf_thrust_inner_product.cu26 thrust::host_vector<int> host_x(PERF_N); in main() local
28 std::generate(host_x.begin(), host_x.end(), rand); in main()
32 thrust::device_vector<int> device_x = host_x; in main()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/gpu/
H A Dlal_base_charge.cpp154 const int nall, double **host_x, in build_nbor_list() argument
164 atom->cast_copy_x(host_x,host_type); in build_nbor_list()
167 nbor->build_nbor_list(host_x, inum, host_inum, nall, *atom, sublo, subhi, tag, in build_nbor_list()
180 const int nall, double **host_x, int *host_type, in compute() argument
207 atom->cast_x_data(host_x,host_type); in compute()
210 atom->add_x_data(host_x,host_type); in compute()
213 device->precompute(f_ago,nlocal,nall,host_x,host_type,success,host_q, in compute()
251 build_nbor_list(inum, inum_full-inum, nall, host_x, host_type, in compute()
258 atom->cast_x_data(host_x,host_type); in compute()
261 atom->add_x_data(host_x,host_type); in compute()
[all …]
H A Dlal_base_dipole.cpp156 const int nall, double **host_x, in build_nbor_list() argument
166 atom->cast_copy_x(host_x,host_type); in build_nbor_list()
182 const int nall, double **host_x, int *host_type, in compute() argument
209 atom->cast_x_data(host_x,host_type); in compute()
213 atom->add_x_data(host_x,host_type); in compute()
217 device->precompute(f_ago,nlocal,nall,host_x,host_type,success,host_q, in compute()
231 const int nall, double **host_x, int *host_type, in compute() argument
256 build_nbor_list(inum, inum_full-inum, nall, host_x, host_type, in compute()
264 atom->cast_x_data(host_x,host_type); in compute()
268 atom->add_x_data(host_x,host_type); in compute()
[all …]
H A Dlal_base_atomic.cpp151 const int nall, double **host_x, in build_nbor_list() argument
161 atom->cast_copy_x(host_x,host_type); in build_nbor_list()
164 nbor->build_nbor_list(host_x, inum, host_inum, nall, *atom, sublo, subhi, tag, in build_nbor_list()
177 const int nall, double **host_x, int *host_type, in compute() argument
203 atom->cast_x_data(host_x,host_type); in compute()
205 atom->add_x_data(host_x,host_type); in compute()
218 const int nall, double **host_x, int *host_type, in compute() argument
241 build_nbor_list(inum, inum_full-inum, nall, host_x, host_type, in compute()
247 atom->cast_x_data(host_x,host_type); in compute()
249 atom->add_x_data(host_x,host_type); in compute()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/tests/quick_tests/
H A Dcuda.cu36 std::array<double, n> host_x{}; in main() local
37 std::iota(host_x.begin(), host_x.end(), 1); in main()
48 host_x.data(), in main()
69 AssertThrow(std::abs(host_y[i] - 2 * host_x[i]) < 1.e-10, in main()
/dports/science/lammps/lammps-stable_29Sep2021/lib/gpu/
H A Dlal_base_dipole.cpp165 const int nall, double **host_x, in build_nbor_list() argument
175 atom->cast_copy_x(host_x,host_type); in build_nbor_list()
178 nbor->build_nbor_list(host_x, inum, host_inum, nall, *atom, sublo, subhi, in build_nbor_list()
191 const int nall, double **host_x, int *host_type, in compute() argument
232 atom->cast_x_data(host_x,host_type); in compute()
236 atom->add_x_data(host_x,host_type); in compute()
240 device->precompute(f_ago,nlocal,nall,host_x,host_type,success,host_q, in compute()
293 build_nbor_list(inum, inum_full-inum, nall, host_x, host_type, in compute()
301 atom->cast_x_data(host_x,host_type); in compute()
305 atom->add_x_data(host_x,host_type); in compute()
[all …]
H A Dlal_base_charge.cpp164 const int nall, double **host_x, in build_nbor_list() argument
174 atom->cast_copy_x(host_x,host_type); in build_nbor_list()
177 nbor->build_nbor_list(host_x, inum, host_inum, nall, *atom, sublo, subhi, in build_nbor_list()
190 const int nall, double **host_x, int *host_type, in compute() argument
231 atom->cast_x_data(host_x,host_type); in compute()
234 atom->add_x_data(host_x,host_type); in compute()
237 device->precompute(f_ago,nlocal,nall,host_x,host_type,success,host_q, in compute()
289 build_nbor_list(inum, inum_full-inum, nall, host_x, host_type, in compute()
296 atom->cast_x_data(host_x,host_type); in compute()
299 atom->add_x_data(host_x,host_type); in compute()
[all …]

12345678910