Commit Graph

29 Commits (4a4daa8ab423c908df3db513a7047cca0d3128b9)

Author SHA1 Message Date
tensor-tang 3562051302 add gru refer code and remove redundant avx code
6 years ago
tensor-tang ce31deb7e9 refine refer code and add lstm refer code
6 years ago
tensor-tang 1ffce8c0ae fix build error on noavx
6 years ago
tensor-tang 1f00723fa3 exp, sigmoid, tanh jitcode support more size
6 years ago
tensor-tang e2d6eddd32 remove ComputeDeprecated
6 years ago
tensor-tang f65ddff8d1 unify act jitcode of relu, exp, sigmoid and tanh
6 years ago
tensor-tang 6a159071b6 add vtanh jitcode of size 8
6 years ago
tensor-tang 046374bcd1 add vsigmoid jitcode of size 8
6 years ago
tensor-tang 1e06a32a0d add vexp jitcode of size 8
6 years ago
tensor-tang 0043c42b3e add vrelu jitcode
6 years ago
tensor-tang 22125ebaef
Merge pull request #14321 from tensor-tang/fea/jit/vscal
6 years ago
Zhaolong Xing ba8b5619a3
Revert "cherry picked windows patches."
7 years ago
tensor-tang 5e64244f25 add vaddbias jitcode
7 years ago
tensor-tang 5f7956ae59 Merge remote-tracking branch 'ups/develop' into fea/jit/vscal
7 years ago
tensor-tang 03e11f3fc9 add vscal jitcode
7 years ago
dzhwinter 2835e04409 merge develop branch. test=develop
7 years ago
tensor-tang a53b1b0b1b refine and init jitkernel vmul
7 years ago
dzhwinter 316765839d add back jit simd instructions. stage.
7 years ago
tensor-tang 748435586a clean code exp avx
7 years ago
tensor-tang b4751a34a5 fix illegal instruction of rnn2
7 years ago
tensor-tang 36588b3365 fix illegal instruction of rnn1 and text
7 years ago
tensor-tang f2adaf1c3e add vrelu and lstm kernel
7 years ago
tensor-tang e6d8aca3bf refine code and fix
7 years ago
tensor-tang 2513b2cc4e fix bug vtanh
7 years ago
tensor-tang cf8c8e72bd add vtanh and unit test
7 years ago
tensor-tang d10a9df7b8 add vaddbias and unit test
7 years ago
tensor-tang 3c8b651187 add vsigmoid avx implementations and unit test
7 years ago
tensor-tang 55e44761fb refine code and init vsigmoid
7 years ago
tensor-tang 2d0ff6a3c2 add vexp and unit test
7 years ago