Commit Graph

552 Commits (68a2d1f3d791d2ac39b95a8228cde1a8a2994d92)

Author SHA1 Message Date
chengduo 79bd6dfa18
[Feature] Add Temporary Allocator (#14875)
7 years ago
tensor-tang 1aaec571c2 fix enum style
7 years ago
tensor-tang d53c4756ad clean code and remove unused files
7 years ago
tensor-tang 893957f711 Merge remote-tracking branch 'ups/develop' into refine/jit
7 years ago
tensor-tang 6648995f53 fix build
7 years ago
Yu Yang 2803cf5776
Merge pull request #14868 from reyoung/feature/refine_w2v
7 years ago
wopeizl fa78fc60be
Merge pull request #14907 from wopeizl/windows/avx
7 years ago
tensor-tang 64a90b2f1c use vadd, vaddrelu, lstm and gru jitkernel
7 years ago
Yu Yang 740e1626ce Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/refine_w2v
7 years ago
Yu Yang bacf1d2399 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/tensor_type
7 years ago
peizhilin 01dd9061a0 add avx support for windows
7 years ago
Kaipeng Deng dc76e4b0f1
Merge pull request #14701 from heavengate/adaptive_pool
7 years ago
tensor-tang 5e97be7ba7 enable jitkernel mkl vexp, vsigmoid and vtanh
7 years ago
tensor-tang ae17926987 enable jitkernel mkl vmul, vadd and vscal
7 years ago
tensor-tang 00d3afbcc9 add gru refer functions, test and benchmark
7 years ago
tensor-tang bf9302f950 add lstm, peephole refer and test
7 years ago
Yu Yang 7b10bf0e60 Use mkl
7 years ago
tensor-tang bf951fa737 add refer vrelu, videntity, vexp, vsigmoid, vtanh and test and benchmark
7 years ago
Yu Yang 15550a2753 Polish code
7 years ago
tensor-tang e9216e82f9 add refer vscal, vaddbias and test and benchmark
7 years ago
tensor-tang 417d031f90 add refer vadd, vaddrelu, vsub and tests and benchmark
7 years ago
Yu Yang be11375661 Refine code
7 years ago
Yu Yang 8d9401152e Refine w2v
7 years ago
Yu Yang 81520a24cf Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/refine_eigen_tensor
7 years ago
Yu Yang 9bd70a1e04 Change tensor uses proto::VarType::type
7 years ago
Yu Yang eeca721a99
Merge pull request #14842 from reyoung/feature/refine_eigen_tensor
7 years ago
Yihua Xu acc6ae49b1 Fix the issue to run on AVX2 and AVX512F machines (#14851)
7 years ago
tensor-tang adc7ba2edd Merge remote-tracking branch 'ups/develop' into refine/jit
7 years ago
dengkaipeng a81fabd327 fix doc errors. test=develop
7 years ago
dengkaipeng 266c6856c9 add adaptive pool 2d & 3d. test=develop
7 years ago
dengkaipeng eab4745965 add adaptive mode for pool.
7 years ago
Yu Yang 7604b1ad51 Fix Eigen macro when using GPU
7 years ago
gongweibao f1fb64b17f
Add reduce sparse tensor feature. (#14757)
7 years ago
tensor-tang fab0ee8757 Merge remote-tracking branch 'ups/develop' into refine/jitkernel
7 years ago
Houjiang Chen c6b39a0099
Merge pull request #14714 from NHZlX/add_prelu_gpu
7 years ago
tensor-tang b523787f9f remove jit namespace
7 years ago
tensor-tang 4a93db9288 remove jit namespace
7 years ago
tensor-tang 77236e33fc init jitkernel
7 years ago
JiabinYang b387a19410 optimize op with blas
7 years ago
nhzlx f75815b78c add prelu gpu inference
7 years ago
Tao Luo ea47685f91
Merge pull request #14646 from jczaja/prv-softmax-mkl-sasum
7 years ago
Jacek Czaja 48e1b97e8e - Coding style fixes
7 years ago
minqiyang 9d7c3b18c0 Polish code
7 years ago
minqiyang a02ce58f2c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into revert_vlog
7 years ago
Jacek Czaja cf40daee58 - Building fix to softmax for inference
7 years ago
JiabinYang 87648f8edf merge develop, test=develop
7 years ago
wopeizl db9284ecde
Merge pull request #14617 from wopeizl/windows/online
7 years ago
JiabinYang c3c3c0b33c polish code, test=develop
7 years ago
Jacek Czaja 8bfa1fa9bb - ASUM MKL integration
7 years ago
tangwei12 56a4912b76
Make NCE_OP more efficient and support SelectedRows (#14469)
7 years ago