Actions
YoGA features » Historique » Révision 1
Révision 1/2
| Suivant »
Julien Brule, 18/06/2012 15:40
YoGA features¶
A list of features with corresponding wrappers is provided in the following. All these operations can be performed on a YoGA object. This webpage may not be up to date. Please refer to the file yoga.i for a complete list of available features. To get a full description of the syntax please use the help function in a Yorick session.
General utilities¶
- extern _GetMaxGflopsDeviceId get the ID of the best CUDA-capable device on your system
- extern _setDeviceId set the active device to the specified ID
- func setDeviceId set the active device to the specified ID and returns its name
- extern _listDevice returns the list of CUDA-capable devices on your system
- extern _nbDevice returns the number of CUDA-capable devices on your system
- extern _yogaThreadExit exist threads on the active device
- extern _yogaThreadSync synchronizes threads on the active device
- extern _yogaInit init a YoGA session on the specified device
- extern _yogaInitCublas init a CUBLAS session on the active device
- extern _yogaShutdownCublas shutdown the CUBLAS session on the active device
Arrays manipulations¶
Matrix Operations¶
BLAS functions¶
Transpose¶
Random number generation¶
Fast Fourier Transform¶
Scan, sort, compact¶
Mis à jour par Julien Brule il y a plus de 12 ans · 1 révisions