Commit Graph

67 Commits (3a5d6e5e64140a1b84363010a9f077c1fd8fb6e1)

Author SHA1 Message Date
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
tensor-tang 7383eefd2d add softmax mix and mkl code
6 years ago
tensor-tang 50945685f2 add hmax, hsum jitcode
6 years ago
tensor-tang 8117725852 add jit kernel hsum, hmax and softmax refer code
6 years ago
tensor-tang b67584a6e9 jit benchmark use tensor
6 years ago
tensor-tang 316e44b1b7 fix unused warnings
6 years ago
tensor-tang 579d758254 fix jitkernel tests and refine benchmark
6 years ago
tensor-tang 93e75c5ae5 refine jitcode of vsub and vsquare
6 years ago
tensor-tang 09c5786e22 add square jitkernel
6 years ago
tensor-tang 266a5d2f52 implement matmul refer and mkl kernel
6 years ago
tensor-tang c5623c87a3 init jit matmul kernel
6 years ago
tensor-tang c3a9f3c4b2 fix typo and refine
6 years ago
tensor-tang 123b98f417 refine heigth and codesize and support all pool
6 years ago
tensor-tang 0145f40f45 use height from params of jitcode
6 years ago
tensor-tang e0591deebc enhance seqpool jitcode
6 years ago
tensor-tang 92201d3956 support avg and sqrt pool and add mkl impl
6 years ago
tensor-tang c50060bb26 add jitcode impl and use it
6 years ago
tensor-tang 142bb41748 add seqpool jitkernel test and benchmark
6 years ago
tensor-tang 3e01a4048f add refer seqpool jitkernel
6 years ago
tensor-tang 68ab16444a add eng doc of jit kernel and follow comments
6 years ago
tensor-tang e99e4e994d fix deps of jit benchmark
6 years ago
tensor-tang 1aaec571c2 fix enum style
6 years ago
tensor-tang facfecbdd0 follow comment: reuse time function and change to upper case
6 years ago
tensor-tang a369c8025b fix typo of mix impl of lstm
6 years ago
tensor-tang d651a91138 fix build on win, fix use condition of crf decoding and layer norm and
6 years ago
tensor-tang d53c4756ad clean code and remove unused files
6 years ago
tensor-tang c187a7c618 add more impls of lstm and gru and fix build on win
6 years ago
tensor-tang 83d075aa79 fix lstm and gru jitcode
6 years ago
tensor-tang f332f589bc add more impls of sigmoid and vtanh
6 years ago
tensor-tang ea259c6363 enable layer norm intrinsic code
6 years ago
tensor-tang b1516783ea enable crf decoding intrinsic code
6 years ago
tensor-tang 4cc7707d28 add crf_decoding and layer norm intrisic code
6 years ago
tensor-tang 10c340c9a3 fix confilcts
6 years ago
tensor-tang 6648995f53 fix build
6 years ago
tensor-tang 74292f414c enable eltwise nchw16c mul nc
6 years ago
tensor-tang 720b55cbcf enable crf decoding and layer norm refer code
6 years ago
tensor-tang 3713d08d40 enable jitcode gru
6 years ago
tensor-tang 7c1f3ad6eb enable jitcode lstm
6 years ago
tensor-tang 80766bcb82 enable act jitcode vexp, vrelu, vsigmoid and vtanh
6 years ago
tensor-tang fd0a954fbf enable blas jitcode vmul, vadd, vaddrelu, vscal and vaddbias
6 years ago
tensor-tang 5e97be7ba7 enable jitkernel mkl vexp, vsigmoid and vtanh
6 years ago
tensor-tang ae17926987 enable jitkernel mkl vmul, vadd and vscal
6 years ago