Commit Graph

4 Commits

Author SHA1 Message Date
Sven van Haastregt
b79c02729f Fix and line-break build_lnx.sh (#910)
* build_lnx.sh: Fix cmake -G flag

The cmake flag for generator selection is an uppercase G.

Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>

* build_lnx.sh: split cmake invocation into multiple lines

One option per line makes it easier for users to maintain their local
customized copy of this script, as a single line may get very wide
when paths are filled in.

Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
2020-08-20 12:28:20 +01:00
Kévin Petit
be80a7feaf Align offline compilation with cl21_trunk (#400)
Add a special case for the Khronos compiler and always use it for
OpenCL C++, otherwise use the same logic as on the cl21_trunk
branch.

The CMake option to pass the path to the khronos compiler has
been renamed to KHRONOS_OFFLINE_COMPILER_OPTIONS and is no longer
mandatory.

Signed-off-by: Kevin Petit <kevin.petit@arm.com>
2019-07-30 11:52:31 +01:00
Kevin Petit
95b040bec2 Synchronise with Khronos-private Gitlab branch
The maintenance of the conformance tests is moving to Github.

This commit contains all the changes that have been done in
Gitlab since the first public release of the conformance tests.

Signed-off-by: Kevin Petit kevin.petit@arm.com
2019-03-05 16:24:50 +00:00
Kedar Patil
2821bf1323 Initial open source release of OpenCL 2.2 CTS. 2017-05-16 18:44:33 +05:30