Merge pull request #6493 from PaddlePaddle/release/0.11.0

merge Release/0.11.0 to develop
del_some_in_makelist
tensor-tang 7 years ago committed by GitHub
commit 252f1e4a34
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