Searched refs:engaged_devices (Results 1 – 8 of 8) sorted by relevance
107 releaseDevObjGws(engaged_devices[i]); in releaseAll()108 releaseDevObj(engaged_devices[i]); in releaseAll()109 if (devParam[engaged_devices[i]].devKernel[0]) { in releaseAll()115 devParam[engaged_devices[i]].devKernel[0] = 0; in releaseAll()485 workPart = devParam[engaged_devices[i]].devGws; in dcc2Execute()488 workPart = devParam[engaged_devices[i]].devLws; in dcc2Execute()493 if (workPart != devParam[engaged_devices[i]].devGws) in dcc2Execute()494 …fprintf(stderr, "Deficit: %d "Zu"\n", engaged_devices[i], devParam[engaged_devices[i]].devGws - w… in dcc2Execute()530 workPart = devParam[engaged_devices[i]].devGws; in dcc2Execute()533 workPart = devParam[engaged_devices[i]].devLws; in dcc2Execute()[all …]
46 int engaged_devices[MAX_GPU_DEVICES + 1]; variable469 for (i = 0; i < MAX_GPU_DEVICES && engaged_devices[i] != DEV_LIST_END; i++) in gpu_check_temp()470 if (dev_get_temp[engaged_devices[i]]) { in gpu_check_temp()472 int dev = engaged_devices[i]; in gpu_check_temp()554 for (i = 0; i < MAX_GPU_DEVICES && engaged_devices[i] != DEV_LIST_END; i++) in gpu_log_temp()555 if (dev_get_temp[engaged_devices[i]]) { in gpu_log_temp()558 int dev = engaged_devices[i]; in gpu_log_temp()
867 engaged_devices[0] = DEV_LIST_END; in opencl_load_environment()938 engaged_devices[0] = gpu_id; in opencl_load_environment()939 engaged_devices[1] = DEV_LIST_END; in opencl_load_environment()950 engaged_devices[0] = gpu_id; in opencl_load_environment()951 engaged_devices[1] = DEV_LIST_END; in opencl_load_environment()954 gpu_id = engaged_devices[0]; in opencl_load_environment()1026 if (queue[engaged_devices[i]]) in opencl_done()1029 queue[engaged_devices[i]] = NULL; in opencl_done()1030 if (context[engaged_devices[i]]) in opencl_done()1033 context[engaged_devices[i]] = NULL; in opencl_done()[all …]
43 extern int engaged_devices[MAX_GPU_DEVICES + 1];
399 engaged_devices[i] != DEV_LIST_END; i++) {400 int dev = engaged_devices[i];
94 self->params.max_keys_per_crypt += selectDevice(engaged_devices[i], self); in reset()
895 engaged_devices[i] != DEV_LIST_END; i++) { in benchmark_all()896 int dev = engaged_devices[i]; in benchmark_all()
1590 engaged_devices[0] = engaged_devices[1] = DEV_LIST_END; in john_init()