QTrk
|
Cuda API functions available to LabVIEW. More...
Functions | |
CDLL_EXPORT int DLL_CALLCONV | qtrkcuda_device_count (ErrorCluster *e) |
CDLL_EXPORT void DLL_CALLCONV | qtrkcuda_set_device_list (LVArray< int > **devices) |
CDLL_EXPORT void | qtrkcuda_get_device (int device, CUDADeviceInfo *info, ErrorCluster *e) |
CDLL_EXPORT void | qtrkcuda_enable_texture_cache (QueuedTracker *qtrk, int enable, ErrorCluster *e) |
Cuda API functions available to LabVIEW.
CDLL_EXPORT int DLL_CALLCONV qtrkcuda_device_count | ( | ErrorCluster * | e | ) |
Definition at line 645 of file lv_queuetrk_api.cpp.
CDLL_EXPORT void qtrkcuda_enable_texture_cache | ( | QueuedTracker * | qtrk, |
int | enable, | ||
ErrorCluster * | e | ||
) |
Definition at line 666 of file lv_queuetrk_api.cpp.
CDLL_EXPORT void qtrkcuda_get_device | ( | int | device, |
CUDADeviceInfo * | info, | ||
ErrorCluster * | e | ||
) |
Definition at line 654 of file lv_queuetrk_api.cpp.
CDLL_EXPORT void DLL_CALLCONV qtrkcuda_set_device_list | ( | LVArray< int > ** | devices | ) |
Definition at line 640 of file lv_queuetrk_api.cpp.