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 1cacdc2 commit 9f2e0f8Copy full SHA for 9f2e0f8
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.3.0"
20
-#define ACL_VERSION_PLAIN "2022.3"
21
-#define ACL_VERSION_PLAIN_FOR_DRIVER_QUERY "2022.3"
+#define ACL_VERSION "v2023.0.0"
+#define ACL_VERSION_PLAIN "2023.0"
+#define ACL_VERSION_PLAIN_FOR_DRIVER_QUERY "2023.0"
22
23
/* Check if we are currently compiling for ACDS Pro or Standard.
24
* 1 means Pro and 0 means Standard.
0 commit comments