Skip to content

Tags: KhronosGroup/OpenCL-CTS

Tags

v2024-12-17-00

Toggle v2024-12-17-00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
semaphore: fix Wformat warning (#2194)

`i` is an `int`, so shouldn't use the `%zu` specifier for printing.

Signed-off-by: Sven van Haastregt <[email protected]>

v2024-05-29-01

Toggle v2024-05-29-01's commit message
Tagged by Qualcomm

v2024-08-08-00

Toggle v2024-08-08-00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix error return and TEST_PASS for negative SVM tests (#2027)

Fix error return and TEST_PASS for negative SVM tests
Fix review comments from #1802 

Fixes #1964

v2024-01-09-04

Toggle v2024-01-09-04's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable LARGEADDRESSAWARE for 32 bit compilation (#1858)

* Enable LARGEADDRESSAWARE for 32 bit compilation

32-bit executables built with MSVC linker have only 2GB virtual memory
address space by default, which might not be sufficient for some tests.

Enable LARGEADDRESSAWARE linker flag for 32-bit targets to allow tests
to handle addresses larger than 2 gigabytes.

https://learn.microsoft.com/en-us/cpp/build/reference/largeaddressaware-handle-large-addresses?view=msvc-170

Signed-off-by: Guo, Yilong <[email protected]>

* Apply suggestion

Co-authored-by: Ben Ashbaugh <[email protected]>

---------

Signed-off-by: Guo, Yilong <[email protected]>
Co-authored-by: Ben Ashbaugh <[email protected]>

v2023-09-21-00

Toggle v2023-09-21-00's commit message
Tagged by Qualcomm

v2023-10-10-00

Toggle v2023-10-10-00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add NULL CL_MEM_HOST_PTR check for clGetMemObjectInfo (#1801)

The spec requires implementations return NULL for CL_MEM_HOST_PTR
when the flags passed at memory object creation time do not contain
CL_MEM_USE_HOST_PTR

CTS was not checking this. Add the same check.

Fixes #1752

v2022-11-15-03

Toggle v2022-11-15-03's commit message
Tagged by Qualcomm