mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 14:09:03 +00:00
[NFC] Migrate profiling suite to new registration framework (#2187)
Contributes to #2181 Signed-off-by: Kevin Petit <kevin.petit@arm.com>
This commit is contained in:
@@ -18,8 +18,7 @@
|
||||
|
||||
const char *kernelCode = "__kernel void kernel_empty(){}";
|
||||
|
||||
int test_profiling_timebase(cl_device_id device, cl_context context,
|
||||
cl_command_queue queue, int num_elements)
|
||||
REGISTER_TEST(profiling_timebase)
|
||||
{
|
||||
Version version = get_device_cl_version(device);
|
||||
cl_platform_id platform = getPlatformFromDevice(device);
|
||||
|
||||
Reference in New Issue
Block a user