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

This commit is contained in:
Jim Lewis
2019-09-16 05:24:33 -05:00
committed by Kévin Petit
parent c1ef993f5e
commit 7da0d7a778
5 changed files with 0 additions and 5 deletions

View File

@@ -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__ )

View File

@@ -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__ )

View File

@@ -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__ )

View File

@@ -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__ )

View File

@@ -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__ )