![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include <interface.hpp>
Public Member Functions | |
| void | operator() (T_Queue &queue, T_Dest &&, T_Source &&) const |
| copy data from or to the device global memory | |
Definition at line 384 of file interface.hpp.
| void alpaka::onHost::internal::MemcpyDeviceGlobal::Op< T_Queue, T_Dest, T_Source >::operator() | ( | T_Queue & | queue, |
| T_Dest && | , | ||
| T_Source && | ) const |
copy data from or to the device global memory
It is only allowed to copy data from or to the host. Copy from device global variable to device global variables is not supported. The host data is allowed te be a host accessible pointer.