Commit 3d4c78ca89e24e014ecf2ab0336c476c41cc3ede

Con Kolivas 2012-02-11T11:44:19

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

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/device-gpu.c b/device-gpu.c
index f0d7f87..0e8b0ed 100644
--- a/device-gpu.c
+++ b/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"))