1. 20 9月, 2018 4 次提交
    • L
      use clone(for_test=True) replace get_inference_program · 3ba7e74d
      luotao1 提交于
      3ba7e74d
    • Y
      Refine activation for GRU operator (#13275) · 87086b13
      Yihua Xu 提交于
      * Optimize GRU with AVX instruction
      
      * Clean code
      
      * Add the Unitest and fix the align issue
      
      * Remove the remanent part of the unitest part
      
      * Code clean
      
      * Fix the parameters length issue for fusion_gru to pass CI
      
      * Change the default type as float32
      87086b13
    • C
      Feature/op_fuse_pass (#12440) · d402234b
      chengduo 提交于
      * Add Preface
      
      * Add demo code
      
      * Save file
      
      * Refine code
      
      * seems can work
      
      * use elementwise strategy
      
      * Use ElementwiseComputeEx
      
      * Add comments
      
      * extract functions from operator
      
      * Refine code
      
      * Follow comment
      
      * code refine
      
      * add op_fuse  pass
      
      * add backward
      
      * code refine
      
      * use TopologySortOperations
      
      * follow comments
      
      * refine IsFusible
      
      * code enhance
      
      * fix op_fusion_pass
      
      * refine code
      
      * refine fuse_elemwise_act_op
      
      * adjust the input and output
      
      * refine logic
      
      * add intermediate_edge
      
      * disable inplace
      
      * follow comments
      
      * refine logic
      
      * follow comments
      
      * Remove the removable IntermediateOut
      
      * change strategy
      
      * code refine
      
      * enable fuse backward
      
      * code refine
      
      * code refine
      
      * rename unit test
      
      * follow comments
      d402234b
    • T
      Merge pull request #13490 from tensor-tang/update/mklml · 5acdbbb4
      Tao Luo 提交于
      update mklml version
      5acdbbb4
  2. 19 9月, 2018 36 次提交