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 29d179d commit 8fb3fc7Copy full SHA for 8fb3fc7
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 "v2024.0.0"
20
-#define ACL_VERSION_PLAIN "2024.0"
21
-#define ACL_VERSION_PLAIN_FOR_DRIVER_QUERY "2024.0"
+#define ACL_VERSION "v2024.1.0"
+#define ACL_VERSION_PLAIN "2024.1"
+#define ACL_VERSION_PLAIN_FOR_DRIVER_QUERY "2024.1"
22
23
/* Check if we are currently compiling for ACDS Pro or Standard.
24
* 1 means Pro and 0 means Standard.
0 commit comments