Home
last modified time | relevance | path

Searched refs:gpu_dev_cnt (Results 1 – 2 of 2) sorted by relevance

/external/fio/
Dmemory.c222 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()
Dfio.h420 int gpu_dev_cnt; member