Updated version string from 5.0.1 to 5.1.1

This commit is contained in:
Chandrashekara K R
2025-06-11 14:57:39 +05:30
committed by KR, Chandrashekara
parent 8968973c2d
commit ae698be825
4 changed files with 8 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 50)
set(AOCL_BLAS_LATEST_VERSION 51)
# 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,7 +39,11 @@
*/
#ifdef AOCL_DEV
#define AOCL_51
#endif
#ifdef AOCL_51
#define K_bli_zgemmsup_cv_zen4_asm_fx1 1
#define K_bli_zgemmsup_cv_zen4_asm_fx2 1
#define K_bli_zgemmsup_cv_zen4_asm_fx3 1
@@ -312,6 +316,6 @@
// If kernels have been removed, we need to undefine them here.
#ifdef AOCL_DEV
#ifdef AOCL_51
#undef K_bli_dgemm_zen4_asm_8x24
#endif

View File

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

View File

@@ -1 +1 @@
5.0.1
5.1.1