Updated version string from 5.1.1 to 5.2.0

This commit is contained in:
Chandrashekara K R
2025-10-24 16:41:50 +05:30
committed by KR, Chandrashekara
parent 7ae22bc636
commit 80619ae874
4 changed files with 7 additions and 3 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

@@ -39,6 +39,10 @@
*/
#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.0

View File

@@ -1 +1 @@
5.1.1
5.2.0