[Piglit] tests/cl/program/build/optimization-options-cl10.cl

yan.wang at linux.intel.com yan.wang at linux.intel.com
Tue Dec 2 18:50:48 PST 2014


Hi, All,
  When I run this case based on beignet, it failed because it input a
option string including -cl-std=CL1.0
  By OpenCL 1.2 spec, -cl-std= should only be CL1.1 or CL1.2. The
following section comes from OpenCL 1.2 spec.

  -cl-std=
Determine the OpenCL C language version to use. A value for this option
must be
provided. Valid values are:
CL1.1 – Support all OpenCL C programs that use the OpenCL C language features
defined in section 6 of the OpenCL 1.1 specification.
CL1.2 – Support all OpenCL C programs that use the OpenCL C language features
defined in section 6 of the OpenCL 1.2 specification.

  So may it be a invalid test case?
  Thanks.

Yan Wang





More information about the Piglit mailing list