dzhwinter
c26204027f
"fix cuda9 error" ( #10271 )
...
* "fix cuda9 error"
* "change commit id"
* "remote git tag"
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
qingqing01
24509f4af9
Fix the grammar in copyright. ( #8403 )
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
Yiqun Liu
b5fda2723f
Port WarpCTC Operator ( #5107 )
...
* Add Seq2BatchFunctor, which will be used in WarpCTCOp.
* Implement WrapCTCFunctor and WrapCTCKernel.
* Add unittest of warpctc_op.
* Modify the check_output inferface in python unittest framework to allow check a subset of outputs.
* Use absolute offset lod in warpctc_op and related functors.
* Refine the comments of warpctc_op.
* The new python unittest supports checking a subset of the outputs, so revoke the previous change.
* Rename the transform from LoDTensor to Tensor with shape [max_sequence_length, num_sequences, sequence_width] to PaddingSequenceFunctor.
* Update to the newest codes.
* Rename the PaddingSequenceFunctor to PaddingLoDTensorFunctor and remove the computation of dimensions out of the functos.
7 years ago
Yiqun Liu
c808fbbfcb
Support the build for multiple architectures at one cmake command (iOS). ( #5677 )
...
* Support the build for multiple architectures at one cmake command (iOS).
* Update the documentations.
7 years ago
hedaoyuan
6316b40a2c
Merge pull request #4753 from hedaoyuan/inference
...
Use MinSizeRel compile third_party library when build for mobile infe…
8 years ago
helinwang
ce91f85ec5
Add GIT tag for all cmake dependencies. ( #4776 )
8 years ago
hedaoyuan
773d064ae0
Use MinSizeRel compile third_party library when build for mobile inference.
8 years ago
Liu Yiqun
aeea8ab1c4
Remove the linking of train-related libraries when cross-compiling for Android and iOS.
...
Recover the mistakenly deleted WARPCTC variable in cmake.
8 years ago
Liu Yiqun
d57ffc4557
Deliver the cross-compilng platform-specific args to external libraries.
8 years ago
xuwei06
cb9c588541
Add GLOBAL option for external library targets
...
So that they can be found when paddle is built as a add_subdirectory project in another project.
8 years ago
liaogang
9b835471c2
import 3rd party target in cmake
8 years ago
Liu Yiqun
2ae3dd08f9
Merge branch 'develop' into build_arm
8 years ago
Liu Yiqun
7690e93233
Deliver the compiler configurations of Paddle to external libraries.
8 years ago
liaogang
7f92ce6690
CMake external cache args
8 years ago
F0REacH
7709b697ba
Update warpctc.cmake
...
Fix case-sensitiveness
8 years ago
FoREacH
51fa6baebe
Fix issue #1186
8 years ago
Yu Yang
f30c25fe2d
Add THIRD_PARTY_PATH
8 years ago
liaogang
425f9515f0
Fix warpctc bugs
8 years ago
liaogang
057c216e00
Fix warpctc static libs and torch
8 years ago
liaogang
203db079f5
Merge confict with another PR
8 years ago
liaogang
e2d0e09a8c
Update external dependencies
8 years ago
liaogang
aee0857838
Clean Travis ci and fix bug
8 years ago
liaogang
2ffb6dbb17
Fix warpctc header directory
8 years ago
liaogang
338dc3ee92
Fix external denpendencies build order
8 years ago
liaogang
46cadaeaa9
Update external dependencies cmake
8 years ago
liaogang
6cd4b6e041
Update external libs
8 years ago
liaogang
280994fafa
Add other extern dependencies
8 years ago