Skip to content

Releases: KhronosGroup/OpenCL-CTS

Make CL_CONFORMANCE_RESULTS_FILENAME Bazel-aware

Choose a tag to compare

@paulfradgley paulfradgley released this 25 Mar 15:08
4a923c0
Make CL_CONFORMANCE_RESULTS_FILENAME Bazel-aware (#2629)

Bazel requires that test outputs are put in a specific directory given
by $TEST_UNDECLARED_OUTPUTS_DIR when running a test through Bazel test

This patch checks for the environment variable $BAZEL_TEST, which Bazel
sets when running tests, and prepends the specified directory to the
user-provided path.

The behaviour when running outside of a bazel test environment is
unchanged

v2025-04-14-00 Require C++17

Pre-release

Choose a tag to compare

@paulfradgley paulfradgley released this 14 Apr 14:43
e96edae
Require C++17 (#2356)

This enables many useful newer C++ features. C++17 is already required
by many components of the Khronos ecosystem.

Signed-off-by: Kevin Petit <kevin.petit@arm.com>

v2025-01-22-00: bruteforce: Update ULP for half-precision divide to 1.0f

Choose a tag to compare

@paulfradgley paulfradgley released this 22 Jan 15:11
5b35180
bruteforce: Update ULP for half-precision divide to 1.0f (#2214)

CTS test update to match proposed spec update
https://github.com/KhronosGroup/OpenCL-Docs/issues/1278

v2024-08-08-00: Fix error return and TEST_PASS for negative SVM tests (#2027)

Choose a tag to compare

@paulfradgley paulfradgley released this 08 Aug 07:20
a406b34
Fix error return and TEST_PASS for negative SVM tests
Fix review comments from #1802 

Fixes #1964

v2021-03-25-00

Choose a tag to compare

@Jeremy-Kemp Jeremy-Kemp released this 25 Mar 14:30
5281b4c
Improve consistency of clEnqueueWriteBuffer operations (#1195)

Reduce differences between tests by ensuring all these operations are
non-blocking.

Signed-off-by: Marco Antognini <marco.antognini@arm.com>