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