mirror of
https://github.com/amd/blis.git
synced 2026-04-20 07:38:53 +00:00
Updated version string from 5.0.1 to 5.1.1
This commit is contained in:
committed by
KR, Chandrashekara
parent
8968973c2d
commit
ae698be825
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
5
|
||||
0.1
|
||||
1.1
|
||||
|
||||
Reference in New Issue
Block a user