Files
OpenCL-CTS/test_conformance
gorazd-sumkovski-arm be530df8a8 Fix size parameters in cl_ext_buffer_device_address tests (#2585)
The `DeviceAddrFromAPI` variable is of type `cl_mem_device_address_ext`.
But on 32-bit systems `sizeof(void*) = 4 < 8 =
sizeof(cl_mem_device_address_ext)`. Pass `sizeof(DeviceAddrFromAPI)`
instead.
2026-02-17 10:26:49 -08:00
..
2025-09-02 09:47:44 -07:00
2025-09-02 09:47:44 -07:00
2025-08-19 17:48:03 +01:00