We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263a987 commit 3602187Copy full SHA for 3602187
sycl/include/CL/sycl/detail/pi.h
@@ -40,10 +40,11 @@
40
// changes the API version from 3.5 to 4.6.
41
// 5.7 Added new context and ownership arguments to
42
// piextEventCreateWithNativeHandle
43
-// 6.8 Added new ownership argument to piextProgramCreateWithNativeHandle.
+// 6.8 Added new ownership argument to piextProgramCreateWithNativeHandle. Added
44
+// piQueueFlush function.
45
//
46
#include "CL/cl.h"
-#define _PI_H_VERSION_MAJOR 5
47
+#define _PI_H_VERSION_MAJOR 6
48
#define _PI_H_VERSION_MINOR 8
49
50
#define _PI_STRING_HELPER(a) #a
0 commit comments