void print_ndevs(int *ndevs) { opt_log_output = true; opencl_drv.drv_detect(false); clear_adl(*ndevs); applog(LOG_INFO, "%i GPU devices max detected", *ndevs); }
void print_ndevs(int *ndevs) { opt_verbose = true; opencl_drv.drv_detect(); clear_adl(*ndevs); applog(LOG_INFO, "%i GPU devices max detected", *ndevs); }
char *print_ndevs_and_exit(int *ndevs) { opt_log_output = true; opencl_api.api_detect(); clear_adl(*ndevs); applog(LOG_INFO, "%i GPU devices max detected", *ndevs); exit(*ndevs); }