Skip to content

Commit

Permalink
Update acl_auto.h for 2022.3 release
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Colberg <peter.colberg@intel.com>
  • Loading branch information
pcolberg committed Mar 31, 2022
1 parent ebf8438 commit 174e616
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/acl_auto.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ extern "C" {
* The last one is for the driver version query. The OpenCL spec says it
* has to match \d+.\d+ and nothing else.
*/
#define ACL_VERSION "v2022.2.0"
#define ACL_VERSION_PLAIN "2022.2"
#define ACL_VERSION_PLAIN_FOR_DRIVER_QUERY "2022.2"
#define ACL_VERSION "v2022.3.0"
#define ACL_VERSION_PLAIN "2022.3"
#define ACL_VERSION_PLAIN_FOR_DRIVER_QUERY "2022.3"

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

0 comments on commit 174e616

Please # to comment.