1. 23 8月, 2018 11 次提交
  2. 22 8月, 2018 19 次提交
  3. 21 8月, 2018 7 次提交
  4. 20 8月, 2018 3 次提交
    • M
      Fix ut bug for graph_test · beb93bb9
      minqiyang 提交于
      Port dist_transpiler new added codes
      Port ut for clone desc
      beb93bb9
    • L
      fix tensorrt compiler bug · 808e5b17
      luotao1 提交于
      808e5b17
    • Y
      Optimize CRF Decoding with AVX/AVX2/AVX512F instruction (#12767) · 084d4a9e
      Yihua Xu 提交于
      * Optimize CRF decoding with AVX/AVX2 instruction
      
      * Enable the AVX2 flags for compiling
      
      * Clean the code and decrease the count of multiply calculation
      
      * Add the support of AVX512 instruction to optimize CRF Decoding
      
      * Clean the code
      
      * Enable the AVX512f flags for compiling
      
      * Clean the code for the invaluable switch
      
      * Fixed the issue to check AVX512F status
      
      * Clean the code
      
      * Add some explanation of the key points
      084d4a9e