Merge pull request #6467 from tensor-tang/release/0.11.0

skip mkl setting in v1 with Mac
release/0.11.0
Tao Luo 7 years ago committed by GitHub
commit 1354bc0d35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -140,7 +140,11 @@ else:
sys.exit(0)
EOF
cpu_config
if [ "`uname -s`" == "Linux" ]; then
# only support on linux yet, with mac can use v2
cpu_config
fi
# echo $KMP_AFFINITY $OMP_DYNAMIC
case "$1" in

Loading…
Cancel
Save