is_gpu_pointer.hpp
Go to the documentation of this file.
#define OPM_GPU_SAFE_CALL(expression) OPM_GPU_SAFE_CALL checks the return type of the GPU expression (function call) and throws an exceptio... Definition: gpu_safe_call.hpp:150 Definition: autotuner.hpp:30 bool isGPUPointer(const T *ptr) Checks whether the given pointer is associated with GPU device memory. Definition: is_gpu_pointer.hpp:40 |