minqiyang
c0a551cb08
Change latest to 0.0.0
7 years ago
Qiyang Min
982d4230b9
Merge pull request #12145 from velconia/update_version_via_branch_name
...
Update version via branch name
7 years ago
Luo Tao
2e68abf47c
rename api.h to paddle_inference_api.h, put demo_ci in fluid_install_dir
7 years ago
Luo Tao
44b6a5f308
fix inference_lib.cmake and make demo_ci pass
7 years ago
minqiyang
da433f7927
Only get tag version when branch name matches release branch
7 years ago
Qiyang Min
cebf7c602d
Merge pull request #12095 from velconia/port_py3
...
Port py3
7 years ago
tensor-tang
908b53499c
disable libxsmm by default
7 years ago
minqiyang
bbed762b87
Port current code to python3
7 years ago
tensor-tang
32822b2a59
Merge remote-tracking branch 'ups/develop' into feature/libxsmm
7 years ago
minqiyang
fdc06ab02e
Change python.cmake's version to 3.5
7 years ago
tensor-tang
7bb67b6788
Merge remote-tracking branch 'ups/develop' into feature/libxsmm
7 years ago
minqiyang
fceaabdd81
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_grpc_destroy_bug
7 years ago
Tao Luo
27aef26f57
Merge pull request #12009 from luotao1/warning
...
fix compile warning in inference related codes
7 years ago
tensor-tang
e8ae020a9d
explict cxx
7 years ago
tensor-tang
00ee6c3c17
Merge remote-tracking branch 'ups/develop' into feature/libxsmm
7 years ago
minqiyang
b8ff38ae7a
Remove the new git branching model from this pr
7 years ago
minqiyang
1d8cbc1738
Change develop to latest and other branch will get the tag to decide which
...
version it is staying on
7 years ago
minqiyang
4365b24e2f
Add patches to grpc
7 years ago
minqiyang
d0deb472b8
Move grpc changes to patches
7 years ago
Luo Tao
fc3e7341fc
fix compile warning in inference related codes
7 years ago
minqiyang
fe49e46904
Fix the problem that CMake do not support {} regex
...
Change patch version to str
7 years ago
minqiyang
a947445a21
Replace new grpc package
7 years ago
minqiyang
1af7d5a2e8
Change the incorrect version result from UNKNOWN to 0
...
Replace {} to + in cmake regex match
7 years ago
minqiyang
37a4322112
Polish the code in setup.py.in
...
Change the PADDLE_VERSION in develop branch to latest
7 years ago
minqiyang
98f758d3d6
Change the grpc package version to the v1.10.x-paddle patch
7 years ago
tensor-tang
c3941745b3
add libxsmm_gemm
7 years ago
minqiyang
2c4fb585db
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_grpc_destroy_bug
7 years ago
minqiyang
0d04545e9c
Remove debug info
7 years ago
tensor-tang
17987eb3fc
link libxsmm
7 years ago
tensor-tang
763718c7a1
Introduce libxsmm
7 years ago
minqiyang
207d1b81fe
Add fixed grpc
7 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"
7 years ago
Wu Yi
27d6962536
fix mac build ( #11873 )
...
* fix mac build
* add notes
* fix_mac_build
* update
7 years ago
minqiyang
1d6ecd3c4e
Change grpc version to 1.13.x
7 years ago
gongweibao
66c91911cf
Improve brpccmake ( #11842 )
7 years ago
Yan Chunwei
74dce39072
fix anakin compile manylinux ( #11861 )
7 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
7 years ago
Tao Luo
fff6fa0f51
Merge pull request #11807 from typhoonzero/reduce_generic_cmake_dep
...
move find_fluid_modules
7 years ago
Yan Chunwei
cde5693bdd
fea/expose infrerence api so ( #11793 )
7 years ago
typhoonzero
53f217115d
move find_fluid_modules
7 years ago
Yan Chunwei
c228977727
add anakin release ( #11747 )
7 years ago
Tao Luo
2dae8a4631
Merge pull request #11596 from tensor-tang/refine/mklml/dyload
...
enable dynamic load mklml lib on fluid
7 years ago
Wu Yi
acfd177d0c
Retry rpc calls ( #11651 )
...
* make deadline configurable
* configurable deadline
* update
* fix grpc deadline exceeded
7 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
7 years ago
tensor-tang
c475041405
link iomp as needed
7 years ago
tensor-tang
17c9e3d223
only deps mklml so, do not need link it
7 years ago
tensor-tang
f503f12925
enable dynamic load mklml lib on fluid
7 years ago
tensor-tang
9ff77a76de
fix mkldnn compile issue
7 years ago
Yan Chunwei
e42e6ea142
add inference lib to release ( #11482 )
7 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.
7 years ago