Re: [Piglit] [PATCH] cl: -cl-std=CL1.0 is not valid

2014-12-11 Thread Tom Stellard
On Wed, Dec 03, 2014 at 11:04:50PM +0100, EdB wrote: By OpenCL 1.2 spec, -cl-std= should only be CL1.1 or CL1.2 We were checking against the device version instead of the desired version Report by: yan.w...@linux.intel.com I've pushed this, thanks! -Tom ---

[Piglit] [PATCH] cl: -cl-std=CL1.0 is not valid

2014-12-03 Thread EdB
By OpenCL 1.2 spec, -cl-std= should only be CL1.1 or CL1.2 We were checking against the device version instead of the desired version Report by: yan.w...@linux.intel.com --- tests/util/piglit-framework-cl-program.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git