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 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
