workaround

This commit is contained in:
Ilya Lavrenov
2014-01-30 17:23:56 +04:00
parent 372cdac07c
commit 1ab1594d00
3 changed files with 8 additions and 5 deletions

View File

@@ -60,6 +60,7 @@ Niko
The info above maybe obsolete.
***********************************************************************************/
#define DIG(a) a,
__constant float mat_kernel[] = { COEFF };
__kernel __attribute__((reqd_work_group_size(LSIZE0,LSIZE1,1))) void col_filter

View File

@@ -144,6 +144,7 @@ Niko
The info above maybe obsolete.
***********************************************************************************/
#define DIG(a) a,
__constant float mat_kernel[] = { COEFF };
__kernel __attribute__((reqd_work_group_size(LSIZE0,LSIZE1,1))) void row_filter_C1_D0