未验证 提交 9244ceb6 编写于 作者: W Wilber 提交者: GitHub

update openblas version (#52983)

上级 9cd0a5bc
......@@ -18,6 +18,15 @@ set(CBLAS_PREFIX_DIR ${THIRD_PARTY_PATH}/openblas)
set(CBLAS_INSTALL_DIR ${THIRD_PARTY_PATH}/install/openblas)
set(CBLAS_REPOSITORY ${GIT_URL}/xianyi/OpenBLAS.git)
set(CBLAS_TAG v0.3.7)
# Please refer to
# https://github.com/PaddlePaddle/Paddle/pull/52983
if(UNIX
AND NOT APPLE
AND NOT WITH_ROCM)
set(CBLAS_TAG v0.3.18)
endif()
if(APPLE AND WITH_ARM)
set(CBLAS_TAG v0.3.13)
endif()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册