Skip to content
Snippets Groups Projects
Commit 46271a29 authored by Christof Schulze's avatar Christof Schulze :sunglasses:
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
# MKL regression fix script of AMD (sh)
CPU=$(/usr/bin/lscpu | /usr/bin/grep "Model name" | /usr/bin/cut -d ":" -f2| /usr/bin/tr -d '[:space:]')
if [ $(echo $CPU | grep AMDEPYC >/dev/null; echo $) == 0 ]; then
export MKL_DEBUG_CPU_TYPE=5
fi
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment