mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-20 06:29:02 +00:00
Use unique tmp file to allow parallel printf tests (#213)
Parallel printf tests fail because they use the same file tmp to capture OpenCL kernel outputs. This patch solves this problem by using a unique file for each process.
This commit is contained in:
@@ -60,15 +60,15 @@
|
||||
//-----------------------------------------
|
||||
enum Type
|
||||
{
|
||||
INT,
|
||||
FLOAT,
|
||||
OCTAL,
|
||||
UNSIGNED,
|
||||
HEXADEC,
|
||||
CHAR,
|
||||
STRING,
|
||||
VECTOR,
|
||||
ADDRESS_SPACE,
|
||||
TYPE_INT,
|
||||
TYPE_FLOAT,
|
||||
TYPE_OCTAL,
|
||||
TYPE_UNSIGNED,
|
||||
TYPE_HEXADEC,
|
||||
TYPE_CHAR,
|
||||
TYPE_STRING,
|
||||
TYPE_VECTOR,
|
||||
TYPE_ADDRESS_SPACE,
|
||||
TYPE_COUNT
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user