Yi Wang
8dbd9c394e
Fix part of the cpplint errors in fluid/platform ( #9802 )
7 years ago
Yi Wang
25ad6884bb
Merge branch 'develop' of http://github.com/paddlepaddle/paddle into cpplint-memory-detail
7 years ago
Yi Wang
45bc4538c4
Update paddle_memory in CMakeLists.txt files
7 years ago
Yi Wang
e185502ebe
Fix cpplint errors with paddle/fluid/platform/dynload ( #9715 )
...
* Update source files.
* Update headers
* Update
* Update
* Update
* Update
* Fix a CMake dependency
7 years ago
Yi Wang
c839ec6c47
Update rcordio
7 years ago
Lei Wang
09b4a1a361
Build: generate all the build related files into one directory. ( #9512 )
7 years ago
qiaolongfei
72913dc2a6
change mklml download url to bce
7 years ago
Yang Yu
af230d9bef
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cpp_parallel_executor
7 years ago
Yang Yu
b0775588c0
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cpp_parallel_executor
7 years ago
Xi Chen
1daa96579c
adding comments for this fix
7 years ago
Xi Chen
06aaea8a64
Revert "test removal of redundant line"
...
This reverts commit d4f4935530
.
7 years ago
Xi Chen
d4f4935530
test removal of redundant line
7 years ago
Xi Chen
0e7413938a
added missing *.pb.h *.pb.cc generation to fix distribute build issue
7 years ago
Luo Tao
d573195dde
rm libmklml_gnu.so
7 years ago
Yu Yang
50e7e25db3
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cpp_parallel_executor
7 years ago
Luo Tao
ae820a34bc
Merge branch 'develop' into infer_mkl
7 years ago
qiaolongfei
ac94242ea9
change boost download url to speed up download
7 years ago
sabreshao
e50205e744
CMake refine for HIP support.
...
1. Add option WITH_AMD_GPU.
2. Add cmake/hip.cmake for HIP toolchain.
3. Some external module such as eigen may need HIP port.
4. Add macro hip_library/hip_binary/hip_test to cmake/generic.cmake.
5. Add one HIP source concat.hip.cu as an example. Each .cu may have its corresponding .hip.cu.
7 years ago
sabreshao
45c988d86a
Demostration of cmake refine for HIP support.
...
1. Add option WITH_AMD_GPU.
2. Add cmake/hip.cmake for HIP toolchain.
3. Some external module such as eigen may need HIP port.
4. Add macro hip_library/hip_binary/hip_test to cmake/generic.cmake.
5. Add one HIP source concat.hip.cu as an example. Each .cu may have its corresponding .hip.cu.
7 years ago
Yu Yang
6f0dfd89a4
Single GPU ParallelExecutor complete
7 years ago
Luo Tao
e42b8f8a11
fix mklml install path
7 years ago
Luo Tao
de13f0eb4e
Merge branch 'develop' into infer_mkl
7 years ago
QI JUN
7287630e83
Repair nccl op test ( #8575 )
...
* fix nccl op unit test
* fix build error
* format code
* refine nccl related unit test
* fix build error
* add setGPUData
* clean up
* follow comments
* rm test_nccl.cu
* follow comment
* rm wait
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
qiaolongfei
8ccb091fb4
fix snappy build on macos
7 years ago
Yu Yang
9dc69582de
Make recordio simple
7 years ago
dongzhihong
69c7991108
"add snappy library"
7 years ago
Yiqun Liu
ae2026e134
Fix building error of missing end-group for Android. ( #8680 )
7 years ago
Xin Pan
6720198731
Merge pull request #8663 from panyx0718/test2
...
First timeline version
7 years ago
Xin Pan
12843a3a53
Firt timeline version
7 years ago
Yu Yang
22b5c07a7d
Fix the compilation on CUDA 9.1/GCC 5.3
...
* Make CUPTI_LIB_PATH not passing by macro.
* Add missing header
7 years ago
Xin Pan
b9ec24c6e9
Extend current profiler for timeline and more features.
7 years ago
Yi Wang
9890bb5987
Explain why we choose an old version of boost ( #7967 )
7 years ago
Yang Yang
0717ff8b90
make boost library hosted on our server
7 years ago
Tao Luo
c77715e3af
Merge pull request #8410 from jczaja/prv-match-mkldnn-build-type-with-paddle-type
...
Fix MKLDNN build type to match Paddle build type
7 years ago
Jacek Czaja
5e1640f7e4
- Fix MKLDNN build type to match Paddle build type
7 years ago
qingqing01
24509f4af9
Fix the grammar in copyright. ( #8403 )
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
Yu Yang
06f10942a8
Merge pull request #8275 from reyoung/feature/rewrite_vector
...
Rewrite mixed_vector.h
7 years ago
Yu Yang
ef1aba39a6
Rewrite mixed_vector.h
7 years ago
Liu Yiqun
e4d9989af0
Simplify the cmake of inference.
7 years ago
Tao Luo
6c3b78b7cf
Merge pull request #7977 from luotao1/inference_lib_dist
...
make inference_lib_dist for fluid inference shared library
7 years ago
Yu Yang
b41205d9a6
Disable BUILD_TESTS for warpctc ( #8210 )
...
* It will sightly faster compile and make warpctc compile
well on CUDA 9 and GCC 5.5
7 years ago
Luo Tao
f28dc9a68d
refine inference_lib.cmake
7 years ago
Luo Tao
59e4dd5797
add independent inference_lib.cmake
7 years ago
Luo Tao
446198dab6
Merge branch 'develop' into inference_lib_dist
7 years ago
Luo Tao
96d4bf5337
prevent make clean from cleaning ExternalProject boost
7 years ago
Luo Tao
d2caf777ae
set FLAGS_warpctc_dir to pass the test_warpctc_op unit test
7 years ago
Luo Tao
420f9c3873
Merge branch 'develop' into warpctc_deps
7 years ago