luotao1
ae44efffee
fix ci error
7 years ago
luotao1
0639a32477
Merge branch 'develop' into library
7 years ago
luotao1
fb077c17e6
add shared library for analysis
7 years ago
luotao1
f3b7e18be9
add static library for analysis
7 years ago
Jiabin Yang
5d5b70ad79
Update CMakeLists.txt
7 years ago
JiabinYang
7c7d3d6172
Fix mac
7 years ago
Xin Pan
1a67061fee
graph to program pass
...
fix a few other things
7 years ago
Luo Tao
5ba4337698
unify libpaddle_inference_api into libpaddle_fluid
7 years ago
qiaolongfei
0e30c9d6fb
fix mac build
7 years ago
Luo Tao
af1e54acd8
fix compiler error after move
7 years ago
Luo Tao
b1a1124d36
fix compiler and run error in static library
7 years ago
Luo Tao
24ced1d0b9
add independent demo for test static fluid library
7 years ago
tensor-tang
2238ea56de
paddle fluid static lib symbol hidden
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
superjomn
f1224945ba
fix analysis compile bug
7 years ago
Yan Chunwei
97b7502772
inference API little fix ( #11069 )
7 years ago
Xin Pan
2f0df56422
add inference interface impl
7 years ago
Luo Tao
4a5ebb6806
fix tensorrt_engine compiler error
7 years ago
Yan Chunwei
6eeb819538
feature/inference analysis dot ( #10494 )
7 years ago
Luo Tao
71f51ff64a
refine tensorrt cmake and dockerfile
7 years ago
Luo Tao
d4682247e1
auto find tensorrt library
7 years ago
Yan Chunwei
186659798f
add tensorrt build support( #9891 )
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
Yi Wang
f31a0da363
Restore inference CMakeLists.txt
7 years ago
Yi Wang
e831bd43b0
Add ARCHIVE_START/END back
7 years ago
Yi Wang
0564e74fe5
Update
7 years ago
Yi Wang
e9ba79c880
Update
7 years ago
Yi Wang
eebb205324
Update CMakeLists
7 years ago
Liu Yiqun
961151f17a
Disable the link flags on Mac.
7 years ago
Liu Yiqun
6c614814da
Limit the symbol table of fluid 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
Yi Wang
90648f336d
Move file to fluid/; Edit CMakeLists.txt
7 years ago