1. 24 12月, 2014 6 次提交
  2. 23 12月, 2014 10 次提交
  3. 22 12月, 2014 18 次提交
  4. 20 12月, 2014 6 次提交
    • O
      Change gaussianBlur5x5 perf test epsilon · 9811a739
      orestis 提交于
      Set it 1 instead of 0.001, as is already done in gaussianBlur3x3. That
      will allow integer destination matrices that are not exactly the same,
      but very close to the expected result, to pass the test.
      9811a739
    • O
      SymmRowSmallVec_32f 1x5 asymm · 9c6da035
      orestis 提交于
      NEON speedup: 2.31x
      Auto-vect speedup: 2.26x
      
      Test kernel: [-0.9432, -1.1528, 0, 1.1528, 0.9432]
      9c6da035
    • O
      SymmRowSmallVec_32f 1x5 · 13c08551
      orestis 提交于
      NEON speedup: 2.36x
      Auto-vect speedup: 2.36x
      
      Test kernel: [0.1, 0.2408, 0.3184, 0.2408, 0.1]
      13c08551
    • O
      SymmColumnVec_32f16s asymm · ed0ce481
      orestis 提交于
      NEON speedup: 9.46x
      Auto-vect speedup: 1x
      
      Test kernel: [-0.9432, -1.1528, 0, 1.1528, 0.9432]
      ed0ce481
    • O
      SymmColumnVec_32f16s · a2a13179
      orestis 提交于
      NEON speedup: 8.64x
      Auto-vect speedup: 1x
      
      Test kernel: [0.1, 0.2408, 0.3184, 0.2408, 0.1]
      a2a13179
    • O
      SymmColumnSmallVec_32s16s 3x1 asymm · 37e01845
      orestis 提交于
      NEON speedup: 2.12x
      Auto-vect speedup: 1.01x
      
      Test kernel: [-2, 0, 2]
      37e01845