|
|
|
@ -16,8 +16,9 @@ if(WITH_AMD_GPU)
|
|
|
|
|
ExternalProject_Add(
|
|
|
|
|
extern_eigen3
|
|
|
|
|
${EXTERNAL_PROJECT_LOG_ARGS}
|
|
|
|
|
GIT_REPOSITORY "https://github.com/sabreshao/hipeigen.git"
|
|
|
|
|
GIT_TAG 7cb2b6e5a4b4a1efe658abb215cd866c6fb2275e
|
|
|
|
|
# GIT_REPOSITORY "https://github.com/sabreshao/hipeigen.git"
|
|
|
|
|
# GIT_TAG 0cba03ff9f8f9f70bbd92ac5857b031aa8fed6f9
|
|
|
|
|
GIT_REPOSITORY "http://admin@172.20.90.14:8080/r/eigen3.git"
|
|
|
|
|
PREFIX ${EIGEN_SOURCE_DIR}
|
|
|
|
|
UPDATE_COMMAND ""
|
|
|
|
|
CONFIGURE_COMMAND ""
|
|
|
|
@ -29,10 +30,11 @@ else()
|
|
|
|
|
ExternalProject_Add(
|
|
|
|
|
extern_eigen3
|
|
|
|
|
${EXTERNAL_PROJECT_LOG_ARGS}
|
|
|
|
|
GIT_REPOSITORY "https://github.com/eigenteam/eigen-git-mirror"
|
|
|
|
|
# GIT_REPOSITORY "https://github.com/eigenteam/eigen-git-mirror"
|
|
|
|
|
GIT_REPOSITORY "http://admin@172.20.90.14:8080/r/eigen3.git"
|
|
|
|
|
# eigen on cuda9.1 missing header of math_funtions.hpp
|
|
|
|
|
# https://stackoverflow.com/questions/43113508/math-functions-hpp-not-found-when-using-cuda-with-eigen
|
|
|
|
|
GIT_TAG 917060c364181f33a735dc023818d5a54f60e54c
|
|
|
|
|
# GIT_TAG 917060c364181f33a735dc023818d5a54f60e54c
|
|
|
|
|
PREFIX ${EIGEN_SOURCE_DIR}
|
|
|
|
|
DOWNLOAD_NAME "eigen"
|
|
|
|
|
UPDATE_COMMAND ""
|
|
|
|
|