Updated blis library version from 4.0 to 3.2.1

AMD-Internal: [CPUPL-2322]
Change-Id: I3a6a61543dd2754e2590d7f5f22442c9fdeaee95
This commit is contained in:
Chandrashekara K R
2022-07-29 15:55:10 +05:30
parent 6c1acc74c8
commit fde812015f
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@
// This string gets defined via -D on the command line when BLIS is compiled.
// This string is (or rather, should be) only used here.
static char* bli_version_str = "4.0"; //BLIS_VERSION_STRING;
static char* bli_version_str = "3.2.1"; //BLIS_VERSION_STRING;
static char* bli_int_type_size_str = STRINGIFY_INT( BLIS_INT_TYPE_SIZE );
char* bli_info_get_version_str( void ) { return bli_version_str; }