Skip to content

Tags: KhronosGroup/OpenCL-CTS

Tags

v2026-03-25-00

Toggle v2026-03-25-00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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-12-09-03

Toggle v2025-12-09-03's commit message
Tagged by Qualcomm

v2025-08-13-00

Toggle v2025-08-13-00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
tests for cl_khr_spirv_queries (#2409)

See: KhronosGroup/OpenCL-Docs#1385

v2025-07-11-00

Toggle v2025-07-11-00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add cl_khr_unified_svm to the list of known extensions in the compile…

…r defines for extension test. (#2433)

Adds cl_khr_unified_svm to the list of known extensions in the compiler
defines for extension test.

v2025-04-16-00

Toggle v2025-04-16-00's commit message
Qualcomm tagged

v2025-04-21-00

Toggle v2025-04-21-00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Define SubDevicesScopeGuarded in the harness and remove duplicate cop…

…ies (#2379)

Signed-off-by: Kévin Petit <kpet@free.fr>

v2025-04-14-00

Toggle v2025-04-14-00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

Toggle v2025-01-22-00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bruteforce: Update ULP for half-precision divide to 1.0f (#2214)

CTS test update to match proposed spec update
KhronosGroup/OpenCL-Docs#1278