Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
bf318b8
add a fusion op: fused_residual_dropout_bias
zkh2016 Aug 23, 2021
507117a
simplify the code, andd opt reduce sum
zkh2016 Aug 23, 2021
462caa1
resolve review comments and add comments to the code
zkh2016 Aug 24, 2021
93e0638
fused_dropout: optimize code structure to facilitate reuse
zkh2016 Aug 24, 2021
e2808ff
Merge branch 'PaddlePaddle:develop' into develop
zkh2016 Aug 25, 2021
036b430
optimize code structure to facilitate reuse
zkh2016 Aug 25, 2021
6755aea
Add a new op: paddle.linalg.multi_dot
zkh2016 Aug 27, 2021
abc66c9
merge upstream, and resolved conflict
zkh2016 Aug 27, 2021
1cc8aad
fix the ci problem
zkh2016 Aug 30, 2021
4d33b98
modify the code according to the review comments
zkh2016 Aug 30, 2021
bd44d04
replace cudaMemcpy with TensorFromVector and TensorToVector in Dropou…
zkh2016 Aug 30, 2021
d2beab7
set dropout attr 'is_test':false
zkh2016 Aug 31, 2021
40cd7ca
reduce the code to less than 1000 lines
zkh2016 Aug 31, 2021
f342f00
add comment and modifying code according to the review comments
zkh2016 Sep 2, 2021
5d2bbc8
optimize the code according to the review comments
zkh2016 Sep 2, 2021
934fcac
use static_cast
zkh2016 Sep 2, 2021
09c55a8
Merge branch 'develop' into multi_dot
zkh2016 Sep 8, 2021
44610ea
fix the blocks for large shape
zkh2016 Sep 8, 2021
6c743f1
fix the merge error
zkh2016 Sep 8, 2021
3133d33
Merge remote-tracking branch 'upstream/develop' into develop
zkh2016 Sep 8, 2021
1a83adb
merge upstream, and used new AlignedVector
zkh2016 Sep 8, 2021
eda910f
replace fluid with paddle
zkh2016 Sep 9, 2021
970ca84
merge upstream
zkh2016 Sep 9, 2021
ba0a92c
Merge branch 'develop' into multi_dot
zkh2016 Sep 13, 2021
433d65b
Merge remote-tracking branch 'origin/develop' into multi_dot
zkh2016 Sep 13, 2021
8def631
Merge branch 'PaddlePaddle:develop' into multi_dot
zkh2016 Sep 13, 2021
335bed0
Merge branch 'multi_dot' of github.com:zkh2016/Paddle into multi_dot
zkh2016 Sep 13, 2021
b647c1f
modify code according to the review
zkh2016 Sep 13, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading