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
Yan Chunwei
74dce39072
fix anakin compile manylinux ( #11861 )
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
Yan Chunwei
e42e6ea142
add inference lib to release ( #11482 )
7 years ago
tensor-tang
0e1c1276cf
fix inference_lib_dist deps
7 years ago
Luo Tao
654229b232
refine fluid deploy on teamcity
7 years ago
Luo Tao
91d8373b18
change CMAKE_INSTALL_PREFIX to FLUID_INSTALL_DIR
7 years ago
Luo Tao
50e60ef321
add version and cmakecache in inference_lib
7 years ago
qiaolongfei
0764211960
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-mkldnn-to-paddle-lib
7 years ago
qiaolongfei
de3c5175c5
fix typo
7 years ago
qiaolongfei
fdf99bbe6f
follow comment
7 years ago
qiaolongfei
269a62a2b5
add mkldnn to paddle lib
7 years ago
qiaolongfei
ff24f789cb
update pybind.h source dir
7 years ago
qiaolongfei
11a8814758
add pybind.h to inference lib for static link
7 years ago
qiaolongfei
2ddca7196d
update boost dst dir
7 years ago
qiaolongfei
efd425cb5e
only copy header file of boost
7 years ago
qiaolongfei
af2cd942bb
copy boost
7 years ago
Yiqun Liu
e90e7ab237
Remove the use of ARCHIVE_START/END ( #9844 )
...
* Add USE_OP of all operators and kernels and remove ARCHIVE_START/END in CMakeLists.txt of inference unittests.
* Remove ARCHIVE_START/END when linking inference shared library.
* Disable some fluid related cmake operations for cross-compiling.
7 years ago
Luo Tao
d573195dde
rm libmklml_gnu.so
7 years ago
Luo Tao
5030681c36
add MKL for fluid static and shared library
7 years ago
Tao Luo
6f50dee4d5
compile and install the static library of fluid inference ( #7827 )
...
* compile and install the static library of fluid inference
* fix dynload_cuda not in CPU mode
* update shared library and adjust the deploy of openblas
* adjust the deploy of openblas
* * auto add all fluid modules for static library
* use libprotobuf.a instead of libprotobuf-lite.a for profiler
* use set_property to set the global varible instead of ENV
* add gpu depends of fluid modules, auto add inference_lib_dist depends
* change the condition of openblas_lib, and fix a typo
7 years ago
Xin Pan
12843a3a53
Firt timeline version
7 years ago
Tao Luo
da02a5812c
refine inference_lib_dist after code move, and add it to docker/build.sh ( #8379 )
...
* refine inference_lib_dist after code move, and add it to docker/build.sh
* remove is_directory in inference_lib.cmake
7 years ago
Luo Tao
f28dc9a68d
refine inference_lib.cmake
7 years ago
Luo Tao
59e4dd5797
add independent inference_lib.cmake
7 years ago