Commit Graph

108 Commits (1ab4101d6cc11e27c5ba35f2d5a3f50983435e91)

Author SHA1 Message Date
Shibo Tao 19c4db1b56
don't re-generate header file if content doesn't change (#25130)
5 years ago
Chen Weihang d1062d5278
Replace all errors thrown by LOG(FATAL) with PADDLE_THROW (#24759)
5 years ago
Adam 4f5e4540f8
Improve SGD jit code to work with large data (#23120)
5 years ago
Tao Luo 01fa4ead61
fix -Wno-error=sign-compare warning in gcc8 (#21434)
5 years ago
Tao Luo c0656dcb1a
remove -Wno-error=sign-compare, make warning as error (#21358)
5 years ago
zhouwei25 345b67b5e2 remove warning LNK4006 and warning LNK4221 (#21226)
5 years ago
Yihua Xu b085ecc258 Avoid the string as the key of map to improve the jit performance (#21292)
5 years ago
Yihua Xu eec9c9cbe7 Fix jit tls issue (#21151)
5 years ago
Yihua Xu b6260f3866 Optimize the kernel implementation of layernorm with openmp (#20895)
5 years ago
Wilber b489760099
fix jit_matmul bug test=develop (#20886)
5 years ago
Kevin 945f3cf631
fix code too big test=develop (#19111)
6 years ago
Yihua Xu 97549a4f13 [CPU] Fix the compiling issue with AVX512F macro. (#18634)
6 years ago
tensor-tang ad45a08351
fix avx option (#16683)
6 years ago
Kaipeng Deng 54474637ae
Merge pull request #16057 from heavengate/softmax_axis
6 years ago
dengkaipeng 3e352388eb fix format. test=develop
6 years ago
dengkaipeng eb2123e12d fix doc and jit. test=develop
6 years ago
tensor-tang 1eff834e97
update jitkernel doc (#16327)
6 years ago
dengkaipeng 90bd038d35 fix format. test=develop
6 years ago
dengkaipeng f45aced59b add jit test. develop=test
6 years ago
dengkaipeng 51536f7f52 StrideASum. test=develop
6 years ago
dengkaipeng 93701dba50 add jit kernel for softmax axis. test=develop
6 years ago
tensor-tang 14d871121b enhance jitkernel unit test
6 years ago
tensor-tang cfc83c1445 refine jitcodekey and enhance unit tests
6 years ago
tensor-tang 45bdd84dac enhance the jitkernel helper and add unit tests
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 b16dabd7e0 refine vbroadcast jitcode
6 years ago
tensor-tang 641b3cccce add vbroadcast mkl code and jitcode
6 years ago
tensor-tang 41a1270856 add vbroadcast jitkernel refer code and use it
6 years ago
tensor-tang 867e93b21a add jitkernel vcopy and speedup unit test time
6 years ago
tensor-tang 8bc6381546 fix jitcodekey and refine test
6 years ago
tensor-tang 7044cfa7c7 add sgd jitcode and op test
6 years ago
tensor-tang 8e04133719 add benchmark and mkl sgd implement
6 years ago
tensor-tang a0c37662b9 enable sgd jitkernel refer code and test
6 years ago
Yiqun Liu 7d96c74ab2
Initialize the benchmark tester for operator. (#15772)
6 years ago
tensor-tang 5aea2cd2e0
Merge pull request #15652 from tensor-tang/refine/pyramiddnn
6 years ago
Yihua Xu 685a20ef56 Add JIT CRF_decoding and Layer_norm unit-test (#15699)
6 years ago
tensor-tang 75fc792d40 fix when table width larger than 64
6 years ago
tensor-tang 40402d5e68 add emb seqpool jitcode
6 years ago
tensor-tang a3a3d3d861 add embseqpool jitkernel mkl impl and use it
6 years ago
tensor-tang 15da2f9a0d add embseqpool jitkernel refer code, test and benchmark
6 years ago
tensor-tang 33d0cebbff
Merge pull request #15695 from tensor-tang/fix/name
6 years ago
tensor-tang fb2a7b2300
fix aligned-new error in jitkernel (#15626)
6 years ago
tensor-tang 15d7220f94 fix jitcode name
6 years ago
Gabor Buella da9c94da33 Clang build fixes (#15628)
6 years ago
tensor-tang a6a1a92ef7
Merge pull request #15586 from tensor-tang/jit/cache
6 years ago
tensor-tang ba02ac4692
use mat attr and refine test (#15448)
6 years ago
tensor-tang 2b0811c3fb refine vadd jitkernel choice
6 years ago
tensor-tang 6e1ee7fb57 cache softmax kernel func
6 years ago
tensor-tang d59f733551 refine softmax and use with cache
6 years ago