Commit 9f70b9c84e7030ecf6cd55ba5e8d395a4be58070

Con Kolivas 2012-03-31T01:11:26

Revert "Add vector type hint to phatk kernel." This reverts commit 27a6f7a81b3e2755072a6f89c92f329526cfe76c. Has no demonstrable beneficial effect on phatk kernel.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/phatk120223.cl b/phatk120223.cl
index 9c4ee83..7d1c320 100644
--- a/phatk120223.cl
+++ b/phatk120223.cl
@@ -152,9 +152,8 @@ __constant uint H[8] = {
 //#define WORKSIZE 256
 #define MAXBUFFERS (4095)
 
-__kernel
-__attribute__((vec_type_hint(u)))
-__attribute__((reqd_work_group_size(WORKSIZE, 1, 1)))
+__kernel 
+ __attribute__((reqd_work_group_size(WORKSIZE, 1, 1)))
 void search(	const uint state0, const uint state1, const uint state2, const uint state3,
 						const uint state4, const uint state5, const uint state6, const uint state7,
 						const uint B1, const uint C1, const uint D1,