minqiyang
b8ff38ae7a
Remove the new git branching model from this pr
8 years ago
minqiyang
1d8cbc1738
Change develop to latest and other branch will get the tag to decide which
...
version it is staying on
8 years ago
minqiyang
fe49e46904
Fix the problem that CMake do not support {} regex
...
Change patch version to str
8 years ago
minqiyang
1af7d5a2e8
Change the incorrect version result from UNKNOWN to 0
...
Replace {} to + in cmake regex match
8 years ago
minqiyang
37a4322112
Polish the code in setup.py.in
...
Change the PADDLE_VERSION in develop branch to latest
8 years ago
dzhwinter
4ed0b62476
Move fluid::framework::InitDevices into fluid::platform ( #11757 )
...
* move to platform
* "move init from framework to platform"
* "remove used init"
* "fix ci"
* "fix ci"
* "fix generic"
* "fix ci"
* "fix ci"
* "fix ci"
* "disable fragile test"
8 years ago
Wu Yi
27d6962536
fix mac build ( #11873 )
...
* fix mac build
* add notes
* fix_mac_build
* update
8 years ago
gongweibao
66c91911cf
Improve brpccmake ( #11842 )
8 years ago
Yan Chunwei
74dce39072
fix anakin compile manylinux ( #11861 )
8 years ago
chengduo
d2ad4a5c41
Init allocated memory for unit test ( #11657 )
...
* memory init
* add env
* refine anounce
* Add check for Nan
* Debug
* Add env for cc_test
* Add env for py_test and nv_test
* Remove py_test env
* Add env for py_test
* serial test_recognize_digits
* Test FLAGS_init_allocated_mem function for unit test
* Init allocated mem for op unit test
* Add env for all unit test
8 years ago
Tao Luo
fff6fa0f51
Merge pull request #11807 from typhoonzero/reduce_generic_cmake_dep
...
move find_fluid_modules
8 years ago
Yan Chunwei
cde5693bdd
fea/expose infrerence api so ( #11793 )
8 years ago
typhoonzero
53f217115d
move find_fluid_modules
8 years ago
Yan Chunwei
c228977727
add anakin release ( #11747 )
8 years ago
Tao Luo
2dae8a4631
Merge pull request #11596 from tensor-tang/refine/mklml/dyload
...
enable dynamic load mklml lib on fluid
8 years ago
Wu Yi
acfd177d0c
Retry rpc calls ( #11651 )
...
* make deadline configurable
* configurable deadline
* update
* fix grpc deadline exceeded
8 years ago
Jacek Czaja
98f3ad3ba1
- MKLDNN Softmax Grad Op
...
- Added hash function inside of MKLDNN softmax op to be used as handle for primitives stroing in a
context
- Style fixes to softmax mkldnn op
- Fixes after review
- Coding style
- Fix to style
- style fixes
- style fix
- style fixes
- Fix to cody style check
- Rephrasing a comment
fix t obroken merge
Fixes to rebase
Conflicts:
benchmark/fluid/models/machine_translation.py
cmake/external/mkldnn.cmake
paddle/fluid/operators/softmax_mkldnn_op.cc
- Bumped revision of MKL-DNN up to have softmax backward primitive
- Added choosing MKLDNN softmax grad operator
- First reuse of softmax backward
- Reinvented reusing for softmax
- Fix to crash in reinvented reuse
- Clang format fixes
- Clang format fixes
- Improved softmax mkldnn reuse mechanism
- clang format fixes
- Fix to broken merge
- Fix
8 years ago
tensor-tang
c475041405
link iomp as needed
8 years ago
tensor-tang
17c9e3d223
only deps mklml so, do not need link it
8 years ago
tensor-tang
f503f12925
enable dynamic load mklml lib on fluid
8 years ago
tensor-tang
9ff77a76de
fix mkldnn compile issue
8 years ago
Yan Chunwei
e42e6ea142
add inference lib to release ( #11482 )
8 years ago
tensor-tang
9169b3b802
Merge pull request #10789 from Xreki/core_fix_openblas_threads
...
Add an interface to set the number of threads for math function, and set the default value to 1 for inference.
8 years ago
Yan Chunwei
bd2a537b05
feature/anakin ci ( #11330 )
8 years ago
Wu Yi
34865f2de3
Trainer send term signal ( #11220 )
...
* wip
* use executor.complete to end trainer
* fix build
* fix build with distribute off
* fix typo
* fix cmake typo
* fix build
8 years ago
gongweibao
d9de6b8621
Add brpc surpport. ( #11263 )
8 years ago
Luo Tao
e116129f03
rewrite unittest of trt_activation_op
8 years ago
gongweibao
7f6503cb7c
Add comment of grpc.tar.xz ( #11153 )
8 years ago
yi.wu
d58955997e
fix term core only
8 years ago
tensor-tang
0e1c1276cf
fix inference_lib_dist deps
8 years ago
Qiao Longfei
391c274966
disable remove rpath from third party protoc ( #10939 )
8 years ago
Houjiang Chen
83f4e9e9a6
enable eigen multi-threads on mobile device ( #10938 )
8 years ago
Tao Luo
ec7f1e99ab
Merge pull request #10907 from reyoung/feature/remove_cpplint_while_compile
...
Remove cpplint in cmake
8 years ago
Tao Luo
174d884d2c
Merge pull request #10904 from luotao1/ci
...
refine fluid deploy on teamcity
8 years ago
yuyang18
a229734cbd
Remove cpplint in cmake
8 years ago
Luo Tao
654229b232
refine fluid deploy on teamcity
8 years ago
yuyang18
fcbf19bf93
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/refine_parallel_executor
8 years ago
Yu Yang
051a4b3916
Merge pull request #10840 from PaddlePaddle/revert-10836-update-becbos-url
...
Revert "update bcebos url so that it can also be downloaded in inner network"
8 years ago
yuyang18
b857ff1b45
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/refine_parallel_executor
8 years ago
Yu Yang
62559ace44
Merge pull request #10834 from reyoung/feature/sequnce_run_tests
...
Force some unittests serial
8 years ago
Yu Yang
d8a53ebc61
Revert "update bcebos url so that it can also be downloaded in inner network"
8 years ago
Qiao Longfei
942e2194c1
Merge pull request #10836 from jacquesqiao/update-becbos-url
...
update bcebos url so that it can also be downloaded in inner network
8 years ago
qiaolongfei
610ec4146a
update bcebos url so that it can also be downloaded in inner network
8 years ago
Tao Luo
565606a42d
Merge pull request #10827 from luotao1/paddle_script
...
change CMAKE_INSTALL_PREFIX in inference_lib_dist to FLUID_INSTALL_DIR
8 years ago
yuyang18
1b69c25c92
Merge branch 'feature/sequnce_run_tests' into feature/refine_parallel_executor
8 years ago
yuyang18
91007fe974
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/refine_parallel_executor
8 years ago
yuyang18
1426d794ff
Force some unittests serial
8 years ago
Luo Tao
91d8373b18
change CMAKE_INSTALL_PREFIX to FLUID_INSTALL_DIR
8 years ago
Qiao Longfei
d54ad9f1a4
support user defined download url for mklml and boost ( #10819 )
8 years ago
Luo Tao
50e60ef321
add version and cmakecache in inference_lib
8 years ago