Browse Source

Clear adl on exiting after probing values since it may attempt to overclock.

Con Kolivas 14 years ago
parent
commit
ba74fe5660
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main.c

+ 1 - 0
main.c

@@ -1851,6 +1851,7 @@ static char *print_ndevs_and_exit(int *ndevs)
 {
 	opt_log_output = true;
 	opencl_api.api_detect();
+	clear_adl(*ndevs);
 	applog(LOG_INFO, "%i GPU devices detected", *ndevs);
 	exit(*ndevs);
 }