Skip to content

Commit ebf8438

Browse files
committed
Update acl_auto.h for 2022.2 release
Signed-off-by: Peter Colberg <peter.colberg@intel.com>
1 parent 951b4f7 commit ebf8438

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/acl_auto.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ extern "C" {
1616
* The last one is for the driver version query. The OpenCL spec says it
1717
* has to match \d+.\d+ and nothing else.
1818
*/
19-
#define ACL_VERSION "v2022.1.0"
20-
#define ACL_VERSION_PLAIN "2022.1"
21-
#define ACL_VERSION_PLAIN_FOR_DRIVER_QUERY "2022.1"
19+
#define ACL_VERSION "v2022.2.0"
20+
#define ACL_VERSION_PLAIN "2022.2"
21+
#define ACL_VERSION_PLAIN_FOR_DRIVER_QUERY "2022.2"
2222

2323
/* Check if we are currently compiling for ACDS Pro or Standard.
2424
* 1 means Pro and 0 means Standard.

0 commit comments

Comments
 (0)