mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 22:19:02 +00:00
Parallel printf tests fail because they use the same file /tmp/tmpfile to capture OpenCL kernel outputs. This patch solves this problem by using a unique file for each process.