Searched refs:gpu_dev_cnt (Results 1 – 2 of 2) sorted by relevance
222 ret = cuDeviceGetCount(&td->gpu_dev_cnt); in alloc_mem_cudamalloc()227 dprint(FD_MEM, "found %d GPU devices\n", td->gpu_dev_cnt); in alloc_mem_cudamalloc()229 if (td->gpu_dev_cnt == 0) { in alloc_mem_cudamalloc()
420 int gpu_dev_cnt; member