mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user