Ahmed Hesham
90524879e4
Migrate extensions suites to the new test registration framework ( #2334 )
...
This covers:
* cl_ext_cxx_for_opencl
* cl_khr_command_buffer
* cl_khr_command_buffer/cl_khr_command_buffer_mutable_dispatch
* cl_khr_dx9_media_sharing
* cl_khr_external_semaphore
* cl_khr_kernel_clock
* cl_khr_semaphore
Contributes to #2181 .
---------
Signed-off-by: Ahmed Hesham <ahmed.hesham@arm.com >
2025-04-16 11:14:34 +01:00
Sven van Haastregt
2b266434b7
cl_khr_kernel_clock: use create_single_kernel_helper ( #1978 )
...
`create_single_kernel_helper` invokes `clBuildProgram` and sets
`-cl-std` to the latest version supported by the context.
The vast majority of tests are using `create_single_kernel_helper`
instead of the `..._create_program` variant, so use the former for the
sake of consistency.
---------
Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com >
2024-06-18 09:44:40 -07:00
Sven van Haastregt
75be6a3125
cl_khr_kernel_clock: fix builtin function names ( #1968 )
...
According to the
[specification](https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_C.html#kernel-clock-functions ),
the work_group and sub_group variants have an `_` in them.
Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com >
2024-05-29 15:14:17 -07:00
Ahmed
cdf8d5e35e
Add cl_khr_kernel_clock tests ( #1960 )
...
Adds cl_khr_kernel_clock test.
Also fixes failure in the compiler defines for extension compiler
subtest when cl_khr_kernel_clock is supported.
2024-05-21 08:49:49 -07:00