Changes between Version 33 and Version 34 of OpenCL_Memo
- Timestamp:
- Dec 12, 2011 6:58:03 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenCL_Memo
v33 v34 1 1 = Tips = 2 2 == Disable auto vectorization == 3 In the section 6.7.2 (187 P) in the OpenCL Specification Version: 1.1 (Revision: 33), "__attribute__((vec_type_hint(<typen>))" is described. This hint controls the autovectorizer in the compiler for OpenCL C. I tested to dumpthe assembly code for a kernel targeted for AVX instructions with Intel SDK (version 1.5).3 In the section 6.7.2 (187 page) in the OpenCL Specification Version: 1.1 (Revision: 33), "__attribute__((vec_type_hint(<typen>))" is described. This hint controls the autovectorizer in the compiler for OpenCL C. I tested this feature by dumping the assembly code for a kernel targeted for AVX instructions with Intel SDK (version 1.5). 4 4 5 5 || || lines || performance ||