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
Yancey
ada82a3e24
Add is_local paramter description ( #8893 )
...
* add is_local paramter description
* update
* update by comment
7 years ago
Yancey
2cc2fb4106
add sparse update section in fluid dist doc ( #8997 )
...
* add sparse update section in fluid dist doc
* update by comment
* update
* update by comment
7 years ago
Tao Luo
f8b8f6c97c
Merge pull request #8803 from dzhwinter/doc/conventions
...
"add develop standard"
7 years ago
dongzhihong
d3126adba2
"fix based comments"
7 years ago
dongzhihong
b08fd0ae1e
"fix based comments"
7 years ago
Yu Yang
b52ad9de92
Merge pull request #9000 from reyoung/feature/extract_prepare_from_executor_run
...
Extract Prepare from Executor
7 years ago
Tao Luo
b62874429d
Merge pull request #8910 from Xreki/core_inference_profile
...
Refine the profile codes for inference.
7 years ago
Yu Yang
43d09a1c5f
Extract Prepare from Executor
7 years ago
Yu Yang
225efa671f
Remove dims in base class
7 years ago
QI JUN
f7e9fe57d3
[Memory]More memory optimization policy ( #8690 )
...
* add memopt level
* add opt level for image classification demo
* clean code
* add delete op
* clean code
* test machine translation demo
* clean code
* clean code
* skip fill constant with force cpu
* clean code
* clean code
* refine code
* clean code
* fix bug
7 years ago
Yu Yang
2ea4a5d96c
Polish double buffer reader
7 years ago
kexinzhao
607eec30a8
Merge pull request #8946 from kexinzhao/fix_cuda_arch_fp16
...
Add GPU compute capability check for float16 math function test
7 years ago
Yancey
b5ef315cf1
Fix dist compile error ( #8987 )
7 years ago
qingqing01
b3d26cd3ad
Fix bug in detection_output and mAP calculation in SSD. ( #8985 )
...
* Clipping bbox in the mAP evaluator calculation.
* Fix bug in detection_output and mAP calculation in SSD.
* Fix bug in detection.py.
* Fix bug in test_detection_map_op.py.
7 years ago
Yu Yang
46ae4075ee
Polish ShuffleReader and test
7 years ago
Kexin Zhao
c88f58dbd8
add comment
7 years ago
chengduo
e4ce4795dc
Merge pull request #8874 from jacquesqiao/optimize-optimizer
...
a little optimize of optimizer
7 years ago
chengduoZH
f1c3ecb2b2
add concat rows
7 years ago
chengduo
685f03762e
Merge pull request #8890 from chengduoZH/feature/fix_bug_of_elementwise
...
Add ElementwiseOpInferVarType for Elementwise_op
7 years ago
Kexin Zhao
3b44b849d3
address comments
7 years ago
qiaolongfei
73db6eecca
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-optimizer
7 years ago
qiaolongfei
63ab12c877
update test_optimizer
7 years ago
fengjiayi
dd1244f3c9
Merge pull request #8943 from JiayiFeng/fix_bugs_in_readers
...
Fix a potential bug in the c++ reader
7 years ago
Yu Yang
7eedced82a
Polish RecordIO
7 years ago
Yu Yang
cfca8a3a26
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/recordio_file_reader
7 years ago
Tao Luo
6c06841ba0
Merge pull request #8801 from ranqiu92/doc
...
Refine doc
7 years ago
ranqiu
86f5b8845f
Update doc
7 years ago
Yu Yang
fea43077f6
Refine
7 years ago
dongzhihong
69285bc507
"fixed"
7 years ago
fengjiayi
928730beb0
Merge pull request #8980 from JiayiFeng/fix_doc_link
...
Fix doc link errors
7 years ago
fengjiayi
e6e597e118
fix doc link errors
7 years ago
pzelazko-intel
4730a4be24
MKLDNN pool2d OP kernel added ( #8879 )
...
* MKLDNN pool2d OP kernel added
* conv2d and pool2d MKLDNN kernels renamed
* MKLDNN conv2d kernel refactoring
7 years ago
Kexin Zhao
95de7617eb
fix bug
7 years ago
Kexin Zhao
1998d5afa2
add gpu info func to get compute cap
7 years ago
Kexin Zhao
d400b4192d
fix math function arch mismatch for older GPU
7 years ago
fengjiayi
614c33fb3a
fix a potential bug in the c++ reader
7 years ago
chengduoZH
74523c41f1
enhance regularizer.py
7 years ago
chengduoZH
1509ce6638
enhancement look_up_table
7 years ago
Yancey
ccc5418841
Don't save var which type is RAW ( #8928 )
7 years ago
fengjiayi
aa3f5058d3
Merge pull request #8841 from JiayiFeng/dev_double_buffer_for_cpp_reader
...
Basic double buffer for cpp reader
7 years ago
QI JUN
b341bac7e1
Refine cast op ( #8923 )
...
* fix mac build error
* override GetExpectedKernelType for cast op
* fix typo
* add cuda unittest
7 years ago
Yancey
8468037918
Fix sparse update memory error for distributed training ( #8837 )
...
Fix sparse update memory error for distributed training
7 years ago
Tao Luo
124b75012e
Merge pull request #8833 from QiJune/update_getstarted_doc
...
Update getstarted doc
7 years ago
fengjiayi
35e1e0d521
uses channel to replace the traditional buffer
7 years ago
qijun
8b9e9c71b9
follow comments
7 years ago
fengjiayi
b3a11fdf3a
Merge branch 'rm_reader_HasNext' into dev_double_buffer_for_cpp_reader
7 years ago
fengjiayi
6e5736e270
fix a compile error
7 years ago
fengjiayi
4e517881f7
remove HasNext
7 years ago
Liu Yiqun
a8e8507767
Refine the profile codes for inference.
7 years ago