Repository: incubator-singa Updated Branches: refs/heads/master 8d03bd8d0 -> f6b477711
Singa-330 fix openblas building on i7 7700k Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/bf121fd5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/bf121fd5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/bf121fd5 Branch: refs/heads/master Commit: bf121fd59825ee1483a2272e6d67b7e84ed15ecb Parents: 8d03bd8 Author: dekken <[email protected]> Authored: Tue Aug 15 22:33:39 2017 +0100 Committer: dekken <[email protected]> Committed: Tue Aug 15 22:33:39 2017 +0100 ---------------------------------------------------------------------- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/bf121fd5/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a8210a..6cdde49 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -139,7 +139,7 @@ IF (USE_MODULES) GIT_REPOSITORY "https://github.com/xianyi/OpenBLAS.git" #GIT_TAG "develop" #GIT_TAG "f3419e6" - GIT_TAG "optimized_for_deeplearning" + GIT_TAG "v0.2.20" SOURCE_DIR "openblas/" BUILD_IN_SOURCE 1 CONFIGURE_COMMAND ""
