We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951b4f7 commit ebf8438Copy full SHA for ebf8438
include/acl_auto.h
@@ -16,9 +16,9 @@ extern "C" {
16
* The last one is for the driver version query. The OpenCL spec says it
17
* has to match \d+.\d+ and nothing else.
18
*/
19
-#define ACL_VERSION "v2022.1.0"
20
-#define ACL_VERSION_PLAIN "2022.1"
21
-#define ACL_VERSION_PLAIN_FOR_DRIVER_QUERY "2022.1"
+#define ACL_VERSION "v2022.2.0"
+#define ACL_VERSION_PLAIN "2022.2"
+#define ACL_VERSION_PLAIN_FOR_DRIVER_QUERY "2022.2"
22
23
/* Check if we are currently compiling for ACDS Pro or Standard.
24
* 1 means Pro and 0 means Standard.
0 commit comments