Fix for Khronos https://github.com/KhronosGroup/OpenCL-CTS/issues/27 remove the re-declaration of totalErrors (#445)

This commit is contained in:
Pavan K Lanka
2019-09-16 03:24:50 -07:00
committed by Kévin Petit
parent f4682a9181
commit a4acc80c2b
5 changed files with 0 additions and 5 deletions

View File

@@ -72,7 +72,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__ )

View File

@@ -81,7 +81,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__ )

View File

@@ -108,7 +108,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__ )

View File

@@ -111,7 +111,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__ )

View File

@@ -88,7 +88,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__ )