mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Fix for Khronos https://github.com/KhronosGroup/OpenCL-CTS/issues/27 remove the re-declaration of totalErrors (#445)
This commit is contained in:
committed by
Kévin Petit
parent
f4682a9181
commit
a4acc80c2b
@@ -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__ )
|
||||
|
||||
@@ -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__ )
|
||||
|
||||
@@ -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__ )
|
||||
|
||||
@@ -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__ )
|
||||
|
||||
@@ -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__ )
|
||||
|
||||
Reference in New Issue
Block a user