mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-20 06:29:02 +00:00
Fix for Khronos https://github.com/KhronosGroup/OpenCL-CTS/issues/27 remove the re-declaration of totalErrors (#457)
This commit is contained in:
@@ -48,7 +48,6 @@ int test_write_image_1D( cl_device_id device, cl_context context, cl_command_que
|
||||
int error;
|
||||
size_t threads[2];
|
||||
bool verifyRounding = false;
|
||||
int totalErrors = 0;
|
||||
int forceCorrectlyRoundedWrites = 0;
|
||||
|
||||
#if defined( __APPLE__ )
|
||||
|
||||
@@ -50,7 +50,6 @@ int test_write_image_1D_array( cl_device_id device, cl_context context, cl_comma
|
||||
int error;
|
||||
size_t threads[2];
|
||||
bool verifyRounding = false;
|
||||
int totalErrors = 0;
|
||||
int forceCorrectlyRoundedWrites = 0;
|
||||
|
||||
#if defined( __APPLE__ )
|
||||
|
||||
@@ -72,7 +72,6 @@ int test_write_image_2D_array( cl_device_id device, cl_context context, cl_comma
|
||||
int error;
|
||||
size_t threads[3];
|
||||
bool verifyRounding = false;
|
||||
int totalErrors = 0;
|
||||
int forceCorrectlyRoundedWrites = 0;
|
||||
|
||||
#if defined( __APPLE__ )
|
||||
|
||||
@@ -69,7 +69,6 @@ int test_write_image_3D( cl_device_id device, cl_context context, cl_command_que
|
||||
int error;
|
||||
size_t threads[3];
|
||||
bool verifyRounding = false;
|
||||
int totalErrors = 0;
|
||||
int forceCorrectlyRoundedWrites = 0;
|
||||
|
||||
#if defined( __APPLE__ )
|
||||
|
||||
@@ -53,7 +53,6 @@ int test_write_image( cl_device_id device, cl_context context, cl_command_queue
|
||||
int error;
|
||||
size_t threads[2];
|
||||
bool verifyRounding = false;
|
||||
int totalErrors = 0;
|
||||
int forceCorrectlyRoundedWrites = 0;
|
||||
|
||||
#if defined( __APPLE__ )
|
||||
|
||||
Reference in New Issue
Block a user