Yibing Liu
|
55b17c1171
|
Add the parsing part for the profiling tool
|
7 years ago |
dangqingqing
|
f266284d9f
|
Fix the compiling for only CPU mode.
|
7 years ago |
dangqingqing
|
10622ba3cf
|
Resolve conflicts.
|
7 years ago |
dangqingqing
|
9d73950ec9
|
Add profiling tools for fluid.
|
7 years ago |
sweetsky0901
|
7456d737b2
|
Merge pull request #6204 from sweetsky0901/my_spp_op
add spp(Spatial pyramid pooling ) op
|
7 years ago |
Qiao Longfei
|
e3a9a896bc
|
Merge pull request #6691 from jacquesqiao/fix-simple_gru2-doc
fix simple_gru2 doc
|
7 years ago |
dzhwinter
|
24fda39220
|
Feature/global context (#6537)
* "add DeviceContextPool"
* "add devicecontextpool in pybind"
* "add comments in python side "
* "fix static link error"
* "fix CI error"
* "add executor.py"
* "fix CI error"
* "add with gpu macro"
* "remove comment out codes"
* "add TODO items"
* "update init devices"
|
7 years ago |
qiaolongfei
|
964f01e3e8
|
fix simple_gru2 doc
|
7 years ago |
QI JUN
|
93a2d9c59d
|
add more place test and rename Cudnn to CUDNN (#6621)
* add more place_test and rename Cudnn to CUDNN
* fix ci
|
7 years ago |
sweetsky0901
|
5be5afb331
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_spp_op
|
7 years ago |
sweetsky0901
|
1eac276300
|
add spp avg
|
7 years ago |
Yu Yang
|
77cf7d4f9e
|
Fix read_source.md (#6673)
Optimizer is not a part of fluid. The `paddle::platform`
was missing.
|
7 years ago |
Tao Luo
|
5ac72d9501
|
Merge pull request #6622 from tensor-tang/omp
use Intel OpenMP to speedup seq2batch when WITH_MKL
|
7 years ago |
tensor-tang
|
9c27c13e46
|
follow comments using macro to separate the original implements
|
7 years ago |
tensor-tang
|
84cb542c13
|
use intel openmp to speedup seq2batch when WITH_MKL
|
7 years ago |
Tao Luo
|
f4626d618b
|
Merge pull request #6663 from luotao1/fluid_doc
add fluid python api in chinese website
|
7 years ago |
qingqing01
|
480a5446d3
|
Merge pull request #6659 from qingqing01/mobile_mem
Reduce memory usage in conv layer and RoI layer for mobile inference.
|
7 years ago |
Luo Tao
|
e1049c4786
|
add fluid python api in chinese website
|
7 years ago |
Yibing Liu
|
c9076543a0
|
Merge pull request #6609 from kuke/fix_reshape_op
Enable reshape_op to support dimension inference
|
7 years ago |
Yu Yang
|
1b0c7d7c7a
|
Simplize system_allocator and fix GPU_INFO (#6653)
|
7 years ago |
dangqingqing
|
349609207e
|
Fix the error function/GemmConvOp.
|
7 years ago |
dangqingqing
|
0fce0fe698
|
Reduce memory usage in conv layer and RoI layer for mobile inference.
|
7 years ago |
Tao Luo
|
c13805e923
|
Merge pull request #6636 from tensor-tang/mkl
add MKL Packed design doc for RNN optimazation
|
7 years ago |
tensor-tang
|
c1a6870706
|
follow comments and refine doc
|
7 years ago |
tensor-tang
|
3f2fa0a1f6
|
follow comments and refine doc
|
7 years ago |
tensor-tang
|
1670ec081b
|
add mkl packed desgin doc
|
7 years ago |
tensor-tang
|
acaef9a130
|
rename mkldnn doc
|
7 years ago |
Yibing Liu
|
d37ed6cb13
|
polish code in reshape_op
|
7 years ago |
Yibing Liu
|
5ac8a0bec8
|
Merge branch 'develop' of upstream into fix_reshape_op
|
7 years ago |
Yu Yang
|
d5cab4f07c
|
Fix compile on CUDA9.1 & MacOS (#6642)
|
7 years ago |
Tao Luo
|
8a24915d39
|
Merge pull request #6646 from memorycancel/add-refer-code-to-getstarted
Add refer code to get started ~
|
7 years ago |
Coke
|
d62552dc99
|
Update use_concepts_cn.rst
|
7 years ago |
Coke
|
537a0d4c0e
|
Update infer.py
|
7 years ago |
Yancey
|
d7b67f2b74
|
fix pipe_reader on multi passes (#6627)
fix pipe reader on multi passes
|
7 years ago |
Guo Sheng
|
d40d28d81e
|
Merge pull request #6515 from guoshengCS/add-multiBatch-chunkEval
Add ChunkEvaluator for Multi-batches
|
7 years ago |
Tao Luo
|
78c20e3ed3
|
Merge pull request #6648 from Xreki/fix_ios_doc
Fix typo in cross-compiling documentation of iOS and add it to the index
|
7 years ago |
Liu Yiqun
|
7fe3c5789d
|
Fix typo in cross-compiling documentation of iOS and add it to the index.
|
7 years ago |
zhushuang02
|
f5dc9eadaa
|
Add refer code to get started
|
7 years ago |
Darcy
|
72bcf7b368
|
Merge pull request #6640 from putcn/cross_compiling_for_ios_en
add ios cross compiling doc in en
|
7 years ago |
Xi Chen
|
d2b6d2ef8a
|
minor tweaks.
|
7 years ago |
Xi Chen
|
a243edf44b
|
add cross compiling doc in en
|
7 years ago |
helinwang
|
c52a0bde2f
|
Merge pull request #3769 from dzhwinter/multigpu
Multigpu Feature
|
7 years ago |
guosheng
|
a7fa2051f2
|
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-multiBatch-chunkEval-dev
|
7 years ago |
tensor-tang
|
b858e17b38
|
Merge pull request #6592 from tensor-tang/fluid
add MKLDNNPlace
|
7 years ago |
tensor-tang
|
bf269d67b3
|
fix place_test on MKLDNNPlace
|
7 years ago |
tensor-tang
|
a92f057ed1
|
fix conflict of Place
|
7 years ago |
tensor-tang
|
7728c53448
|
Merge remote-tracking branch 'upstream/develop' into fluid
Conflicts:
paddle/platform/place.h
|
7 years ago |
tensor-tang
|
f271210595
|
fix undefined issue when with_gpu
|
7 years ago |
tensor-tang
|
e0c3317646
|
add MKLDNNPlace
|
7 years ago |
dzhwinter
|
a02a68dc6d
|
"fixed based on comment"
|
7 years ago |