“1cdf149b6fccf4fba030f0bb847965500960fa9b”上不存在“paddle/legacy/function/SwitchOp.h”
  • 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
crf_decoding_op.h 12.0 KB