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.
The OpenCL Conformance Tests