mirror of
https://github.com/amd/blis.git
synced 2026-04-20 07:38:53 +00:00
Disable disabling sba pools
The disable sba pools functionality currently gives incorrect results at runtime when multiple threads are used. Fixes and improvements are present in the upstream version of BLIS, so until these are downstreamed only allow builds where sba pools are enabled. AMD-Internal: [CPUPL-5512] Change-Id: I9ccd654477fb714a2fb5f38a138b7e9b5e55e33d
This commit is contained in:
@@ -522,7 +522,8 @@ if(ENABLE_SBA_POOLS)
|
||||
message(" Internal memory pools for small blocks are enabled.")
|
||||
set(ENABLE_SBA_POOLS_01 1)
|
||||
else()
|
||||
message(" Internal memory pools for small blocks are disabled.")
|
||||
#message(" Internal memory pools for small blocks are disabled.")
|
||||
message(FATAL_ERROR "Disabling memory pools for small blocks is currently disabled, awaiting fixes to this functionality.")
|
||||
set(ENABLE_SBA_POOLS_01 0)
|
||||
endif()
|
||||
cmake_print_variables(ENABLE_MEM_TRACING)
|
||||
|
||||
4
configure
vendored
4
configure
vendored
@@ -3133,7 +3133,9 @@ main()
|
||||
echo "${script_name}: internal memory pools for small blocks are enabled."
|
||||
enable_sba_pools_01=1
|
||||
else
|
||||
echo "${script_name}: internal memory pools for small blocks are disabled."
|
||||
#echo "${script_name}: internal memory pools for small blocks are disabled."
|
||||
echo "${script_name}: *** disabling memory pools for small blocks is currently disabled, awaiting fixes to this functionality."
|
||||
exit 1
|
||||
enable_sba_pools_01=0
|
||||
fi
|
||||
if [ "x${enable_mem_tracing}" = "xyes" ]; then
|
||||
|
||||
Reference in New Issue
Block a user