peizhilin
52f7644f53
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
peizhilin
4ffa92d4f0
Merge branch 'develop' into windows/build
6 years ago
peizhilin
45125ba538
fix share library issue
6 years ago
Zhaolong Xing
ba8b5619a3
Revert "cherry picked windows patches."
6 years ago
peizhilin
9d67c1fb69
cpu build support
6 years ago
dzhwinter
0a180584e6
clean cmake. test=develop
6 years ago
dzhwinter
ebfe5a02b3
merge develop branch
6 years ago
wanghaoshuang
9e522a4495
update cmake
7 years ago
Jiabin Yang
5d6783f8ca
Merge pull request #13954 from typhoonzero/core_so_donot_depend_libpython
...
core.so do not link libpython test=develop
7 years ago
typhoonzero
726b91e471
update
7 years ago
Xin Pan
6de08b5eef
set default timeout to avoiding blocking CI
...
test=develop
7 years ago
dzhwinter
804dd7da04
merge conflict. both linux and windows pass.
7 years ago
dzhwinter
962061f0a3
windows fix
7 years ago
wanghaoshuang
b12f7c2399
compile in linux.
7 years ago
wanghaoshuang
3ae9645084
compile in linux
7 years ago
dzhwinter
79463ae784
generic cmake ( #13145 )
...
* generic cmake
* Update generic.cmake
7 years ago
chengduo
289acfa207
refien generic_cmake_ ( #13457 )
7 years ago
dzhwinter
85f8dd1c77
debug version
7 years ago
dzhwinter
dbe90cc0f6
merge develop branch
7 years ago
dzhwinter
f5329d6539
add some synatx
7 years ago
dzhwinter
b78394ea57
done
7 years ago
dzhwinter
b74af56bbc
cpu compile is done
7 years ago
dzhwinter
5df6581101
merge_static_libs ( #12936 )
7 years ago
dzhwinter
65f144aacc
fix commit
7 years ago
dzhwinter
34f8c9b6f5
windows port
7 years ago
chengduo
97a77512b4
Fix the order of sum ( #12562 )
...
* fix the order of sum
* add doc
* check whether need to copy
* follow comments
7 years ago
chengduo
93152b0bac
Fix the result of unit test ( #12520 )
...
* fix the result of unit test
* fix resnext
* compare the result of PE and Exe
* compare the result of reduce and allreduce
7 years ago
Xin Pan
7a192d9e70
fix SERIAL tests
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
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
typhoonzero
53f217115d
move find_fluid_modules
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
gongweibao
d9de6b8621
Add brpc surpport. ( #11263 )
7 years ago
yuyang18
a229734cbd
Remove cpplint in cmake
7 years ago
yuyang18
1426d794ff
Force some unittests serial
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
45bc4538c4
Update paddle_memory in CMakeLists.txt files
7 years ago
Lei Wang
09b4a1a361
Build: generate all the build related files into one directory. ( #9512 )
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
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
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
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
Yiqun Liu
ae2026e134
Fix building error of missing end-group for Android. ( #8680 )
7 years ago
qingqing01
24509f4af9
Fix the grammar in copyright. ( #8403 )
7 years ago
Liu Yiqun
e4d9989af0
Simplify the cmake of inference.
7 years ago
Luo Tao
d2caf777ae
set FLAGS_warpctc_dir to pass the test_warpctc_op unit test
7 years ago