ASCOT5
Loading...
Searching...
No Matches
copytogpu.h
Go to the documentation of this file.
1
5#ifndef COPYTOGPU_H
6#define COPYTOGPU_H
8
10
11#endif
void simulate_fo_fixed_copy_from_gpu(sim_data *sim, particle_simd_fo *p_ptr)
Copy data from GPU to CPU.
Definition copytogpu.c:157
void simulate_copy_to_gpu(sim_data *sim)
Copy data from CPU to GPU.
Definition copytogpu.c:14
Struct representing NSIMD particle markers.
Definition particle.h:210
Simulation data struct.
Definition simulate.h:154