Updated version string from 5.1.1 to 5.2.2

This commit is contained in:
Chandrashekara K R
2026-02-02 16:47:14 +05:30
committed by KR, Chandrashekara
parent ec6f4e96cd
commit 50ae5a05ef
4 changed files with 7 additions and 4 deletions

View File

@@ -320,7 +320,7 @@ endif()
# This variable will need updating on each release since it's used to determined if
# we are testing development branch or not.
set(AOCL_BLAS_LATEST_VERSION 51)
set(AOCL_BLAS_LATEST_VERSION 52)
# Can we test the value of info stored within BLIS and returned by a call to
# bli_info_get_info_value (introduced at AMD BLAS 4.2). This variables will be
# updated below for earlier versions.

View File

@@ -37,8 +37,11 @@
We assume for now that we only add kernels, so we can build the list for
each release based on the previous plus new kernels added.
*/
#ifdef AOCL_DEV
#define AOCL_52
#endif
#ifdef AOCL_52
#define K_zen4_int_40x2_mt zen4_int_40x2_mt
#define K_zen4_int_40x8_mt zen4_int_40x8_mt
#define K_zen4_int_40x2_st zen4_int_40x2_st

View File

@@ -1,2 +1,2 @@
5
1.1
2.2

View File

@@ -1 +1 @@
5.1.1
5.2.2