1. 26 3月, 2022 5 次提交
  2. 25 3月, 2022 26 次提交
  3. 24 3月, 2022 9 次提交
    • C
      [Phi] Move mean op kernel into phi (#40872) · 8df91763
      Chen Weihang 提交于
      * add mean phi kernel
      
      * remove original mean kernel
      
      * add alias name
      8df91763
    • C
      [Phi] Move batch size like infershape into phi (#40847) · 6d3db9c7
      Chen Weihang 提交于
      * move batch size like infershape
      
      * revert other op change
      
      * call infermeta in infershape
      
      * adjust batchsize like pos
      6d3db9c7
    • Z
      p_norm transfer to phi kernels (#40819) · 92afe146
      zhiboniu 提交于
      92afe146
    • L
      22a5035e
    • J
      fix build_cinn_pass internal var may be control var problem (#40812) · 310b7dba
      jiangcheng 提交于
      * fix build_cinn_pass internal var may be control var problem
      
      * add annotation and vlog by review advice
      310b7dba
    • Z
      Support intermediate for Sparse API (#40840) · 98244a9a
      zyfncg 提交于
      * support intermediate for saprse api
      
      * close intermediate in yaml
      
      * fix dygraph_api dep for eager
      98244a9a
    • Z
      [AMP] Support amp for Intermediate_dygraph (#40623) · c12f7d48
      zhangbo9674 提交于
      * approve amp for intermediate_dygraph
      
      * add amp_utils for intermediate_dygraph
      
      * add amp needcast check for mlu & npu
      
      * test unittest
      
      * add SetGradNode for set_stop_gradient && add checktensor for GradientHooks
      
      * refine code
      
      * refien unittest of imperative_amp for new dygraph
      
      * inplace api skip amp
      
      * add test_imperative_qat_amp for intermediate amp
      
      * refine code
      
      * refine test_amp ci strategy
      
      * refine unittest code
      
      * refine amp_utils code
      
      * refine amp getpromotetype for some special op
      
      * refine unittest code
      c12f7d48
    • J
      Correct MultipleQuantizeSquash (#40717) · 753964a2
      joanna.wozna.intel 提交于
      * Correct MultipleQuantizeSquash
      
      * Correct logging
      753964a2
    • R
      [MoE]Assign pos op (#40580) · 305f32d1
      Roc 提交于
      * # This is a combination of 10 commits.
      # The first commit's message is:
      add expert count op
      
      add ut for expert_count
      
      # This is the 2nd commit message:
      
      update UT only for cuda
      
      # This is the 3rd commit message:
      
      fix for rocm
      
      # This is the 4th commit message:
      
      update ut
      
      # This is the 5th commit message:
      
      add moe module
      
      # This is the 6th commit message:
      
      add expert count op
      
      add ut for expert_count
      
      # This is the 7th commit message:
      
      update UT only for cuda
      
      # This is the 8th commit message:
      
      update ut
      
      # This is the 9th commit message:
      
      add moe module
      
      # This is the 10th commit message:
      
      make expert count private
      
      * add assign pos op
      
      * fix upper num name
      
      * add api _assign pos
      
      * add ut for assign pos op
      
      * update date
      
      * fix for win
      
      * update for test (timeout)
      
      * fix ut
      
      * update
      
      * fix ut for number count
      Co-authored-by: Nhlygit66666 <2570058140@qq.com>
      305f32d1