|   |  | 
Go to the source code of this file.
| Namespaces | |
| afcu | |
| Functions | |
| AFAPI af_err | afcu_get_stream (cudaStream_t *stream, int id) | 
| Get the stream for the CUDA device with idin ArrayFire context.  More... | |
| AFAPI af_err | afcu_get_native_id (int *nativeid, int id) | 
| Get the native device id of the CUDA device with idin ArrayFire context.  More... | |
| AFAPI af_err | afcu_set_native_id (int nativeid) | 
| Set the CUDA device with given native id as the active device for ArrayFire.  More... | |
| static cudaStream_t | getStream (int id) | 
| Get the stream for the CUDA device with idin ArrayFire context.  More... | |
| static int | getNativeId (int id) | 
| Get the native device id of the CUDA device with idin ArrayFire context.  More... | |
| static void | setNativeId (int nativeId) | 
| Set the CUDA device with given native id as the active device for ArrayFire.  More... | |