Re: [Piglit] [PATCH v6] cl: Add a test for the predefined macros

2016-10-19 Thread Jan Vesely
On Wed, 2016-10-19 at 11:01 +0200, Niels Ole Salscheider wrote: > On Monday, 17 October 2016, 10:20:32 CEST, Jan Vesely wrote: > > > > On Sat, 2016-10-15 at 14:43 +0200, Niels Ole Salscheider wrote: > > > > > > v6: Fix OpenCL C version test if test is compiled against OpenCL 1.0 > > > v5: Use ssc

Re: [Piglit] [PATCH v6] cl: Add a test for the predefined macros

2016-10-19 Thread Niels Ole Salscheider
On Monday, 17 October 2016, 10:20:32 CEST, Jan Vesely wrote: > On Sat, 2016-10-15 at 14:43 +0200, Niels Ole Salscheider wrote: > > v6: Fix OpenCL C version test if test is compiled against OpenCL 1.0 > > v5: Use sscanf, fix CL_DEVICE_OPENCL_C_VERSION include guard, fix logic > > v4: Test against en

Re: [Piglit] [PATCH v6] cl: Add a test for the predefined macros

2016-10-17 Thread Serge Martin
Le 2016-10-17 16:20, Jan Vesely a écrit : On Sat, 2016-10-15 at 14:43 +0200, Niels Ole Salscheider wrote: v6: Fix OpenCL C version test if test is compiled against OpenCL 1.0 v5: Use sscanf, fix CL_DEVICE_OPENCL_C_VERSION include guard, fix logic v4: Test against env->version instead of opencl

Re: [Piglit] [PATCH v6] cl: Add a test for the predefined macros

2016-10-17 Thread Jan Vesely
On Sat, 2016-10-15 at 14:43 +0200, Niels Ole Salscheider wrote: > v6: Fix OpenCL C version test if test is compiled against OpenCL 1.0 > v5: Use sscanf, fix CL_DEVICE_OPENCL_C_VERSION include guard, fix logic > v4: Test against env->version instead of opencl_version and never > report PIGLIT_SK