[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:
Kévin Petit
2024-12-17 17:57:27 +00:00
committed by GitHub
parent 7693ffe0a5
commit 57a91b7ffe
10 changed files with 49 additions and 126 deletions

View File

@@ -360,7 +360,7 @@ static int basicFilter( int w, int h, int nChannels, uchar *inptr, uchar *outptr
} // end of basicFilter()
int test_execute( cl_device_id device, cl_context context, cl_command_queue queue, int num_elements )
REGISTER_TEST(execute)
{
uchar *inptr;
uchar *outptr[2];