1. 22 2月, 2019 3 次提交
    • Y
      Optimze Gelu with MKL Erf function (#15770) · 676995c8
      Yihua Xu 提交于
      * Optimize for gelu operator
      
      * Set up the low accuracy mode of MKL ERF function.
      
      test=develop
      
      * Only enable MKLML ERF when OS is linux
      
      * Use the speical mklml version included vmsErf function to verify gelu mkl kernel.
      
      test=develop
      
      * Add the CUDA macro to avoid NVCC's compile issue.
      
      test=develop
      
      * Add the TODO comments for mklml library modification.
      
      test=develop
      
      * Clean Code
      
      test=develop
      
      * Add the comment of marco for NVCC compiler.
      
      test=develop
      676995c8
    • M
      MKL-DNN: Add test for conv bias fuse pass (#15824) · c4faf36e
      Michał Gallus 提交于
      * MKL-DNN: Add test for conv bias fuse pass
      
      test=develop
      
      * Remove const cast from Conv Bias Pass Test
      
      * Add conv with bias test case for conv+bias fuse ut
      
      test=develop
      c4faf36e
    • M
      Auto-cmake generator, auto-fill map (#15402) · 5d132ecf
      mozga-intel 提交于
      test=develop
      5d132ecf
  2. 21 2月, 2019 10 次提交
  3. 20 2月, 2019 5 次提交
  4. 19 2月, 2019 21 次提交
  5. 18 2月, 2019 1 次提交
    • Y
      Add JIT CRF_decoding and Layer_norm unit-test (#15699) · 685a20ef
      Yihua Xu 提交于
      * Add the CRFDecoding and LayerNorm's test case
      
      test=develop
      
      * Fix the size checking issue
      
      test=develop
      
      * Remove the remnant code
      
      test=develop
      
      * Add TestAllImpls and double support
      
      test=develop
      
      * Clean Code
      
      test=develop
      
      * Add benchmark test for LayerNorm & CRFDecoding
      
      test=develop
      685a20ef