Commit Graph

157 Commits (8c19d7aa2f89a38b3a68e53c73d88af16a3de8ce)

Author SHA1 Message Date
Tao Luo d6c85c96dc
paddle::framework::vectorize() templatization (#19627)
6 years ago
翟飞跃 2e3ee57954 Use sparse matrix to implement FusedEmbeddingSeqPoolGradKernel (#19153)
6 years ago
Yihua Xu b920395842 Use sparse matrix to implement fused emb_seq_pool operator (#19064)
6 years ago
Leo Chen 80eab822c1 Remove unused DefaultGradOpDescMaker in REGISTER_OPERATOR() (#19166)
6 years ago
石晓伟 ee2f296ef8
Fusion: seqpool_cvm_concat (#18471)
6 years ago
翟飞跃 802ea50956 fix spelling errors (#17941)
6 years ago
Yiqun Liu 8fd39f3e99
Enhance fused_elementwise_activation op and add python api in contrib.layers (#17236)
6 years ago
Zeng Jinle 0c335dcd2c
Make conv cudnn workspace size configurable (#17036)
6 years ago
sneaxiy 2c836ff914 check default grad maker
6 years ago
Qiyang Min c7f1f3ed0c
Merge pull request #16214 from velconia/imperative_infer_var_type
6 years ago
minqiyang b40e41fbd1 Polish code style
6 years ago
luotao1 d9f0e7252a refine with comments
6 years ago
luotao1 721c2c00ef refine fc_infershape
6 years ago
minqiyang ca392c7e97 Implement infer var type context
6 years ago
luotao1 fe78a92e6e refine with comments
6 years ago
luotao1 5d20954ac4 add runtime shape for fuse_emb_seq_pool_grad
6 years ago
luotao1 8f6597aa0e Merge branch 'develop' into infershape_example
6 years ago
luotao1 31ccaf0916 add all_kernels_must_compute_runtime_shape example for speedup infershape
6 years ago
tensor-tang 14a764c930 simplify the jitkernel templates and tests
6 years ago
tensor-tang 802f362ac4 unify the kernelfuncs cache and add unit test
6 years ago
tensor-tang 41a1270856 add vbroadcast jitkernel refer code and use it
6 years ago
luotao1 34404f9c31 refine infershape of sequence_enumerate, hash and fuse_emb_seq_pool
6 years ago
tensor-tang e1c707fe9c
fix warnings (#15790)
6 years ago
tensor-tang a3a3d3d861 add embseqpool jitkernel mkl impl and use it
6 years ago
tensor-tang 18bff5298d extract fused_emb_seq_pool forward function
6 years ago
tensor-tang ba02ac4692
use mat attr and refine test (#15448)
6 years ago
chengduo f8f91fb4b3
Revert conv transpose cudnn (#15514)
6 years ago
chengduo 5a8bd82c0c
Remove workspace_handle (#15376)
6 years ago
tensor-tang d618e48309 fix fuse square mat order and refine test
6 years ago
tensor-tang 38de1ff472 add fusion squared mat sub op
6 years ago
tensor-tang f347d6e4a1 add repeated fc relu unit test
6 years ago
tensor-tang 99010e6eae init repeated fc relu op
6 years ago
tensor-tang 8e086a8521 follow comment and fix typo
6 years ago
tensor-tang f702f8fd10 Merge remote-tracking branch 'ups/develop' into fuse/seqpool_concat
6 years ago
tensor-tang 316636404f add seqpool concat unit test
6 years ago
tensor-tang 7923d7271f add fusion seqpool concat op
6 years ago
minqiyang 0f94c1ac14 Polish code
6 years ago
minqiyang c09a379015 remove const_cast
6 years ago
minqiyang db8eb9b688 Polish code
6 years ago
minqiyang 39b98709b1 Move fused ops to fused dir
6 years ago
qingqing01 c981bf0f9d
Fix compling error with cuDNN v5 (#15148)
6 years ago
qingqing01 6f0a1d7b47
Inception fusion operator. (#14968)
6 years ago
sneaxiy b56aca82e9 merge develop
6 years ago
tensor-tang 1aaec571c2 fix enum style
6 years ago
sneaxiy 045dc12766 merge develop
6 years ago
tensor-tang 893957f711 Merge remote-tracking branch 'ups/develop' into refine/jit
6 years ago
tensor-tang 6648995f53 fix build
6 years ago
sneaxiy a500dfa579 rewrite ddim
6 years ago
tensor-tang 64a90b2f1c use vadd, vaddrelu, lstm and gru jitkernel
6 years ago
Yu Yang 9bd70a1e04 Change tensor uses proto::VarType::type
6 years ago
tensor-tang b523787f9f remove jit namespace
6 years ago
tensor-tang 4a93db9288 remove jit namespace
6 years ago
tensor-tang 557229bd39 Merge remote-tracking branch 'ups/develop' into fea/jit/rnn
6 years ago
qingqing01 6224e61fd9
Transpose-Flatten-Concat fusion operator. (#14568)
6 years ago
tensor-tang 3562051302 add gru refer code and remove redundant avx code
6 years ago
tensor-tang f913860873 jitkernel lstm refer support peephole
6 years ago
Wu Yi a2d9b34417
Refine operator cmake (#14413)
6 years ago