mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-20 22:39:03 +00:00
[NFC] Remove duplicate symbol declarations (#1671)
* [NFC] Remove duplicate symbol declarations Those are provided by testHarness.h. Signed-off-by: Kévin Petit <kpet@free.fr> * add missing include --------- Signed-off-by: Kévin Petit <kpet@free.fr>
This commit is contained in:
committed by
paulfradgley
parent
9409f2b94b
commit
1f70f04517
@@ -20,8 +20,6 @@
|
||||
#include "harness/conversions.h"
|
||||
#include "harness/rounding_mode.h"
|
||||
|
||||
extern void memset_pattern4(void *dest, const void *src_pattern, size_t bytes );
|
||||
|
||||
extern int test_hostptr(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements);
|
||||
extern int test_fpmath_float(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements);
|
||||
extern int test_fpmath_float2(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements);
|
||||
|
||||
Reference in New Issue
Block a user