#include <string.h>
#include <stdio.h>
#include "CUDAKernels.h"
#include "WKFThreads.h"
#include "intstack.h"
#include "ProfileHooks.h"
Go to the source code of this file.
Definition in file CUDAUtil.cu.
Definition at line 361 of file CUDAUtil.cu.
References NULL, PROFILE_NAME_THREAD, wkf_thread_numphysprocessors, wkf_thread_set_self_cpuaffinity, wkf_threadpool_worker_getdevid, and wkf_threadpool_worker_getid.
Definition at line 76 of file CUDAUtil.cu.
References vmd_cuda_drv_runtime_compatible, VMDCUDA_ERR_EMUDEVICE, VMDCUDA_ERR_GENERAL, and VMDCUDA_ERR_NONE.
Referenced by CUDAAccel::CUDAAccel, and vmd_cuda_num_devices.
Definition at line 412 of file CUDAUtil.cu.
References NULL, wkf_threadpool_worker_getdevid, and wkf_threadpool_worker_getid.
Definition at line 439 of file CUDAUtil.cu.
References NULL, PROFILE_NAME_THREAD, wkf_threadpool_worker_getdata, wkf_threadpool_worker_getdevid, wkf_threadpool_worker_getid, and wkf_threadpool_worker_setdevspeed.
Definition at line 333 of file CUDAUtil.cu.
References NULL, PROFILE_NAME_THREAD, wkf_threadpool_worker_getdata, wkf_threadpool_worker_getdevid, and wkf_threadpool_worker_getid.
[static]
Definition at line 39 of file CUDAUtil.cu.
References VMDCUDA_ERR_DRVMISMATCH, VMDCUDA_ERR_NODEVICES, and VMDCUDA_ERR_NONE.
Referenced by vmd_cuda_device_props, and vmd_cuda_num_devices.
Definition at line 139 of file CUDAUtil.cu.
References NULL, vmd_cuda_device_props, vmd_cuda_drv_runtime_compatible, VMDCUDA_ERR_DRVMISMATCH, VMDCUDA_ERR_EMUDEVICE, VMDCUDA_ERR_NODEVICES, VMDCUDA_ERR_NONE, and VMDCUDA_ERR_SOMEDEVICES.
Referenced by cuda_occupancy_thread, CUDAAccel::CUDAAccel, text_cmd_vmdbench, vmd_cuda_peer_matrix, vmd_cuda_vol_cpotential, and vmdinfo_tcl.
Definition at line 197 of file CUDAUtil.cu.
References intstack_create, intstack_destroy, intstack_pop, intstack_push, IntStackHandle, NULL, vmd_cuda_num_devices, VMDCUDA_ERR_GENERAL, and VMDCUDA_ERR_NONE.
Referenced by CUDAAccel::print_cuda_devices.