Main Page
Tutorials
Functions
Release Notes
Examples
Functions
array::device<T>
Complete List of ArrayFire Functions
ArrayFire Functions by Category
»
Functions to create and modify Arrays
» |
Managing devices in ArrayFire
Get the device pointer from the array.
More...
Functions
template<typename T >
T *
device
() const
AFAPI
af_err
af_get_device_ptr
(void **ptr, const
af_array
arr)
Detailed Description
Get the device pointer from the array.
Function Documentation
AFAPI
af_err
af_get_device_ptr
(
void **
ptr
,
const
af_array
arr
)
T* device
(
)
const