yangyaming
|
a0c3465b6e
|
Set filter theshold as a paramter for function build_dict of dataset imikolov
|
8 years ago |
qijun
|
6e9f9ae75c
|
refactor use concepts doc
|
8 years ago |
Liu Yiqun
|
c27e71e2fd
|
Merge branch 'develop' into cmake_protobuf
|
8 years ago |
gangliao
|
d10f6cfbed
|
Merge pull request #1958 from gangliao/gfortran
remove gfortran and dlopen lapack libs
|
8 years ago |
gangliao
|
18e5edf6a5
|
Merge pull request #1976 from luotao1/release/0.10.0
merge commit on Release/0.10.0 branch to develop branch
|
8 years ago |
Luo Tao
|
73af8d785f
|
fix conflict
|
8 years ago |
Luo Tao
|
c810e6a7c0
|
Merge branch 'develop' into release/0.10.0
|
8 years ago |
liaogang
|
917b192989
|
fix merge conflict
|
8 years ago |
liaogang
|
6237f6f57a
|
revert clang-format
|
8 years ago |
Liu Yiqun
|
e678546388
|
Change ${TARGET_NAME}_INCLUDE_DIR to PARENT_SCOPE.
|
8 years ago |
Liu Yiqun
|
f2b35277b5
|
Fix typo.
|
8 years ago |
Liu Yiqun
|
a183960b8f
|
Merge branch 'develop' into cmake_protobuf
|
8 years ago |
helinwang
|
2cb4a9fbce
|
Merge pull request #1968 from emailweixu/fix_dataset_typo
Fix dataset typo: cretor=>creator
|
8 years ago |
gangliao
|
b15702bc99
|
Merge pull request #1967 from yu239/atlas_clapack
set ATLAS_CLAPACK_INC_DIR to CBLAS_INC_DIR in cblas.cmake
|
8 years ago |
liaogang
|
b13871c3a4
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into gfortran
|
8 years ago |
Yi Wang
|
d1f0d07c04
|
Merge pull request #1970 from wangkuiyi/fix_tls_error
Correct TLS error in Docker building
|
8 years ago |
liaogang
|
f0bd057b8c
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into gfortran
|
8 years ago |
Yi Wang
|
9d2592e95e
|
Minor correction of comments
|
8 years ago |
Yi Wang
|
295f871c92
|
Correct TLS error in Docker building
|
8 years ago |
xuwei06
|
478745f6bc
|
Fix dataset typo: cretor=>creator
|
8 years ago |
Haonan
|
30b73ee397
|
Also include the path already set for CBLAS_INC_DIR
|
8 years ago |
Haonan
|
a621a9b2d5
|
set ATLAS_CLAPACK_INC_DIR to CBLAS_INC_DIR in cblas.cmake
|
8 years ago |
liaogang
|
f27fd9dc28
|
follow comments
|
8 years ago |
Liu Yiqun
|
01bee86df5
|
Merge branch 'develop' into cmake_protobuf
|
8 years ago |
Liu Yiqun
|
c914f63676
|
Add toolchain for raspberry pi.
|
8 years ago |
liaogang
|
8cde2d119f
|
fix LAPACK_ROUTINE_EACHbug
|
8 years ago |
liaogang
|
665cc0e7b2
|
remove redundant mutex
|
8 years ago |
liaogang
|
afc84114ae
|
fix dsohandle bug
|
8 years ago |
Liu Yiqun
|
af80ff94a5
|
Allow the case user sets CMAKE_C_COMPILER directly instead of standalone toolchain.
|
8 years ago |
Yu Yang
|
c4b28f47bd
|
Merge pull request #1957 from wangkuiyi/polish-release-note
Polish release notes
|
8 years ago |
Yi Wang
|
99687e388a
|
Polish release notes
|
8 years ago |
liaogang
|
5b8fe87faf
|
dlopen lapacke api and remove gfotran
|
8 years ago |
Yu Yang
|
b097f3e58a
|
Merge pull request #1786 from reyoung/feature/add_request_deps
Paddle need requests package to download file.
Fixed #1956
|
8 years ago |
Yu Yang
|
c3e23a9956
|
Merge pull request #1903 from reyoung/release_note
Add release note
|
8 years ago |
Yu Yang
|
a0fbc1e1c9
|
Merge branch 'release/0.10.0' into release_note
|
8 years ago |
Helin Wang
|
9572e11d73
|
Design doc: master process
|
8 years ago |
Yi Wang
|
896b9c55b6
|
Merge pull request #1934 from helinwang/fault_tolerant
update design doc: add how to convert dataset and use converted dataset
|
8 years ago |
Tao Luo
|
e1bfd85fb5
|
Merge pull request #1950 from Haichao-Zhang/beam_search_doc_error_fix
fixed error in beam_search example and documents
|
8 years ago |
zhanghaichao
|
b23a23c9db
|
fixed error in beam_search example and documents
|
8 years ago |
emailweixu
|
29026f9fcc
|
Merge pull request #1948 from emailweixu/protobuf.cmake
Fix protobuf.cmake to handle empty PROTOBUF_VERSION correctly
|
8 years ago |
xuwei06
|
e4af8ef4e8
|
Fix protobuf.cmake to handle empty PROTOBUF_VERSION correctly
Sometime FIND_PACKAGE(ProtoBuf) get an empty PROTOBUF_VERSION. In this case, ${PROTOBUF_VERSION} needs to be quoted.
|
8 years ago |
Liu Yiqun
|
39f9056c77
|
Config HOST_C/CXX_COMPILER for cross-compiling.
|
8 years ago |
Liu Yiqun
|
285daf91a5
|
Support the auto-compiling for openblas when cross-compiling for Android.
|
8 years ago |
Liu Yiqun
|
c6090035ce
|
Support the auto-compiling for host protoc when cross-compiling.
|
8 years ago |
Yu Yang
|
ec3111aba0
|
Merge pull request #1938 from reyoung/feature/try_to_remove_parallel_param
Try to remove ParallelParameter.
|
8 years ago |
Yu Yang
|
4725b1c0cb
|
Fix compile
|
8 years ago |
Liu Yiqun
|
d7d2a4f700
|
Add cross-compiling toolchain for Android.
|
8 years ago |
Yu Yang
|
2ac8e6a518
|
Try to remove ParallelParameter.
It seems that is not used.
|
8 years ago |
LiuYongFeng
|
dd32909ac5
|
Merge pull request #1929 from luotao1/release_doc
auto deploy doc on release branch, and refine doc
|
8 years ago |
gangliao
|
5d7fabd32c
|
Merge pull request #1932 from emailweixu/fix_proj_root
Change PROJ_ROOT in CMakeList.txt to use CMAKE_CURRENT_SOURCE_DIR
|
8 years ago |