Home
last modified time | relevance | path

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

/dports/benchmarks/fio/fio-3.29/
H A Dmemory.c225 ret = cuDeviceGetCount(&td->gpu_dev_cnt); in alloc_mem_cudamalloc()
230 dprint(FD_MEM, "found %d GPU devices\n", td->gpu_dev_cnt); in alloc_mem_cudamalloc()
232 if (td->gpu_dev_cnt == 0) { in alloc_mem_cudamalloc()
H A Dfio.h481 int gpu_dev_cnt; member