minqiyang
ac88c62a5b
Reset output var's pre_op pointer when op was destructed
6 years ago
minqiyang
cb85ee987b
Remove var op deps in imperative mode
...
test=develop
6 years ago
minqiyang
50c2eb0ec2
Add tracer implementation
...
test=develop
6 years ago
minqiyang
efb2f2baf8
Fix bugs
...
test=develop
6 years ago
minqiyang
b420ec3a92
invoke backward_hooks after reduce op's depcounts map
...
test=develop
6 years ago
minqiyang
84bf4d7b06
Move ClearBlock into OpBase and VarBase's destructor
...
test=develop
6 years ago
minqiyang
2b3510bc50
Add imperative python tracer
6 years ago
minqiyang
e9fdf9090d
Polish code
...
test=develop
6 years ago
minqiyang
a15a3fc314
Polish code
...
test=develop
6 years ago
minqiyang
9dc64edfd9
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_engine
...
test=develop
6 years ago
Xin Pan
4a00bea736
Merge pull request #15789 from panyx0718/imperative2
...
polish parameter names
6 years ago
tensor-tang
ee2321debd
Revert 15770 develop a6910f900
gelu mkl opt ( #15872 )
...
* Revert "Optimze Gelu with MKL Erf function (#15770 )"
This reverts commit 676995c86c
.
* test=develop
6 years ago
xuezhong
81870723c6
Merge pull request #15605 from xuezhong/fix_bug_for_lstmp
...
Fix bug for lstmp
6 years ago
minqiyang
1bf4b8ab60
keep parameters in block
...
test=develop
6 years ago
chengduo
3b08c9abf4
enhance profiler ( #15842 )
...
test=develop
6 years ago
Yiqun Liu
7d96c74ab2
Initialize the benchmark tester for operator. ( #15772 )
...
* Initialize the benchmark tester for operator.
test=develop
* Rearrange the codes.
test=develop
6 years ago
Yihua Xu
676995c86c
Optimze Gelu with MKL Erf function ( #15770 )
...
* Optimize for gelu operator
* Set up the low accuracy mode of MKL ERF function.
test=develop
* Only enable MKLML ERF when OS is linux
* Use the speical mklml version included vmsErf function to verify gelu mkl kernel.
test=develop
* Add the CUDA macro to avoid NVCC's compile issue.
test=develop
* Add the TODO comments for mklml library modification.
test=develop
* Clean Code
test=develop
* Add the comment of marco for NVCC compiler.
test=develop
6 years ago
Michał Gallus
c4faf36e7a
MKL-DNN: Add test for conv bias fuse pass ( #15824 )
...
* MKL-DNN: Add test for conv bias fuse pass
test=develop
* Remove const cast from Conv Bias Pass Test
* Add conv with bias test case for conv+bias fuse ut
test=develop
6 years ago
mozga-intel
5d132ecf83
Auto-cmake generator, auto-fill map ( #15402 )
...
test=develop
6 years ago
Tao Luo
3831a4695d
Merge pull request #15862 from sfraczek/add-override-to-apply_impl
...
add override to ApplyImpl and precommit fixes
6 years ago
Tao Luo
075b5502b0
Merge pull request #15856 from kbinias/kbinias/activation-mkldnn-ut
...
MKL-DNN: Add UT to check whether primitives already exist in backward
6 years ago
Tao Luo
e67b402f1a
Merge pull request #15854 from sfraczek/update-authors
...
update AUTHORS.md
6 years ago
Tao Luo
4774dad806
Merge pull request #15857 from sfraczek/fix-typo
...
Fix few typos
6 years ago
Xin Pan
006c32f93d
polish parameter names
...
parameters within a Layer instance should be unique.
test=develop
6 years ago
Tao Luo
e3dd6970fc
disable dam temporarily ( #15860 )
...
test=develop
6 years ago
Krzysztof Binias
309ea6f2de
Fix for pylint Failed
...
test=develop
6 years ago
Sylwester Fraczek
a9bee3a2e2
update AUTHORS.md
...
add sfraczek
add wojtuss
test=develop
6 years ago
Sylwester Fraczek
1943119fc5
fix typo memeroy->memory
...
test=develop
6 years ago
Sylwester Fraczek
0b926114c0
add override to ApplyImpl
...
and #pragma once in edited headers
add #include<string> in edited headers
test=develop
6 years ago
minqiyang
8fe0c0c52c
implement backward refs
6 years ago
Sylwester Fraczek
8bc604571f
fix typo seriazlized->serialized
6 years ago
Sylwester Fraczek
543e53db05
fix typo releated->related
6 years ago
Krzysztof Binias
1578c60bdd
Add new ut and remove unnecessary code
...
test=develop
6 years ago
wopeizl
d2307e2373
Merge pull request #15846 from cjld/fix_cupti
...
Fix cupti
6 years ago
Dun Liang
35a90e06bf
test=develop
6 years ago
Dun Liang
c9080f516b
test=develop
6 years ago
Dun Liang
1c7bb0e40c
test=develop
6 years ago
xuezhong
a7e7d95203
Merge pull request #15630 from xuezhong/fix_bug_adagrad2
...
add initial_accumulator_value for adagrad
6 years ago
Xin Pan
6019054cdd
Merge pull request #15716 from Yancey1989/refine_pg
...
Refine ParallelGraph Execution
6 years ago
dzhwinter
98ec579d79
Merge pull request #15786 from liuwei1031/develop
...
fix comments of PR 15529, test=develop
6 years ago
Wu Yi
646b1f0148
Add manylinux cuda10 ( #15787 )
...
* add cuda10
* add manylinux cuda10 test=develop
6 years ago
Dun
a83e470405
Profiler refine and add CUDA runtime api tracer ( #15301 )
...
* refine profiler && add runtime tracer
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* fix bug && test=develop
* add thread id map && test=develop
* test=develop
* testing
* bug fix
* remove cuda event && refine code && test=develop
* test=develop
* test=develop
* test=develop
* fix windows temp file && test=develop
* test=develop
* fix windows bug && test=develop
* fix start up issue && test=develop
* code polish && test=develop
* remove unused code && test=develop
* add some cupti cbid && test=develop
* add FLAGS_multiple_of_cupti_buffer_size && test=develop
* fix compile error && test=develop
* add keyword && test=develop
* fix && test=develop
* code polish && test=develop
6 years ago
minqiyang
74551758cc
Polish code
...
test=develop
6 years ago
minqiyang
1f0ef42e60
Change atol of numpy allclose
6 years ago
jerrywgz
c0d33f1362
Merge pull request #15817 from jerrywgz/fix_nm_unittest_py36
...
fix nms unittest in py36
6 years ago
Zeng Jinle
c420375185
Merge pull request #15806 from sneaxiy/fix-compiler
...
Fix compiler.py place compare bug
6 years ago
xuezhong
46fcadec18
add parameter description
...
test=develop
6 years ago
tangwei12
971f3bc9b0
fix params with only 1 dim ( #15828 )
...
* fix params with only 1 dim
* test=develop
6 years ago
minqiyang
f53e1d5c4b
implement ClearBlock
6 years ago
chengduo
fbb5404652
fix test_parallel_executor_seresnex timeout ( #15812 )
...
test=develop
6 years ago