35 #ifndef GPUART_IMPL_ABSTR_IF_H
36 #define GPUART_IMPL_ABSTR_IF_H
42 #include "../GPUart_Common/GPUart_Common.h"
43 #include "../GPUart_Config/GPUart_Config.h"
GPUart_Retval gpuI_memcpyHost2Device(void *variable_p, device_global_memory_id_e id_p)
Copy data from host memory to device memory.
Definition: GPUart_Impl.cu:671
device_global_memory_id_e
Defines the IDs for all global memory data elements.
Definition: GPUart_Config.h:75
GPUart_Retval gpuI_memcpyDevice2Host(void *variable_p, device_global_memory_id_e id_p)
Copy data from device memory to host memory.
Definition: GPUart_Impl.cu:708
device_constant_memory_id_e
Defines the IDs for all constant memory data elements.
Definition: GPUart_Config.h:61
signed int GPUart_Retval
The standard return type of functions in GPUart, representing an error code.
Definition: GPUart_Common.h:99
GPUart_Retval gpuI_memcpyConstantMemory(void *variable_p, device_constant_memory_id_e id_p)
Copy data from host memory to constant device memory.
Definition: GPUart_Impl.cu:751