mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Added printf test for long type cases (#2037)
according to work plan for issue https://github.com/KhronosGroup/OpenCL-CTS/issues/1058
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
enum PrintfTestType
|
||||
{
|
||||
TYPE_INT,
|
||||
TYPE_LONG,
|
||||
TYPE_HALF,
|
||||
TYPE_HALF_LIMITS,
|
||||
TYPE_FLOAT,
|
||||
@@ -80,6 +81,7 @@ struct printDataGenParameters
|
||||
|
||||
// Reference results - filled out at run-time
|
||||
static std::vector<std::string> correctBufferInt;
|
||||
static std::vector<std::string> correctBufferLong;
|
||||
static std::vector<std::string> correctBufferHalf;
|
||||
static std::vector<std::string> correctBufferFloat;
|
||||
static std::vector<std::string> correctBufferDouble;
|
||||
|
||||
Reference in New Issue
Block a user