Browse Source

Leave diakgcn and diablo kernels as silent options for now since they don't work.

Con Kolivas 14 years ago
parent
commit
3d4c78ca89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      device-gpu.c

+ 1 - 1
device-gpu.c

@@ -1001,7 +1001,7 @@ static void opencl_detect()
 		    strcmp(opt_kernel, "phatk") &&
 		    strcmp(opt_kernel, "diakgcn") &&
 		    strcmp(opt_kernel, "diablo"))
-			quit(1, "Invalid kernel name specified - must be poclbm, phatk, diakgcn or diablo");
+			quit(1, "Invalid kernel name specified - must be poclbm or phatk");
 		if (!strcmp(opt_kernel, "diakgcn"))
 			chosen_kernel = KL_DIAKGCN;
 		else if (!strcmp(opt_kernel, "poclbm"))