1. 21 7月, 2023 3 次提交
  2. 20 7月, 2023 15 次提交
  3. 19 7月, 2023 16 次提交
  4. 18 7月, 2023 6 次提交
    • L
      Clarify cinn/ir dirs [Part1] (#55121) · 3624723f
      limingshu 提交于
      * Clarify cinn/ir dirs [Part1]
      
      * addition of cinn/ir/op dir
      
      * change header inludsion of ir/ir_operator.h to ir/op/ir_operator.h
      
      * merge with develop changes
      
      * relocate libschedule_desc_proto.a
      
      * remove extra ir_schedule_error.cc
      
      * addition for schedule/ir_schedule_error files
      3624723f
    • G
      batch add inpalce api (#55078) · 19302938
      GGBond8488 提交于
      * batch add inpalce api
      
      * fix inplace fn generate
      
      * add test for  new inpalce api
      
      * fix typro
      
      * fix typro
      
      * fix typro
      
      * fix test error
      
      * fix atan2
      
      * remove atan2
      
      * auto genereate inpalce api
      
      * fix inplace generate fn error
      
      * fix windows error
      
      * fix test error
      
      * fix test error
      
      * fix windows ci error
      
      * fix test error
      
      * fix test_error
      
      * fix test error
      
      * fix eigen aliasing error in inplace
      
      * remove elementwise_pow inplace
      
      * fix doc error
      
      * fix test error
      19302938
    • H
      [NewIR]Fix new ir concat split bug (#55419) · 5e6645d7
      hong 提交于
      * fix new ir concat op bug
      
      * fix bug
      
      * using add_n_with_kernel instead of add_n impl
      
      * fix pd_op yaml bug
      
      * fix bug
      5e6645d7
    • K
      [NewIR] fix hsigmoid_loss (#55483) · 38782dc3
      kangguangli 提交于
      * fix hsigmoid_loss
      
      * add test into whitelist
      38782dc3
    • L
      fix typo: thream->stream (#55445) · 2558364c
      Leo Chen 提交于
      2558364c
    • H
      [0D-Tensor] CINN supports argmax, fix infershape (#55489) · 015285fd
      HongyuJia 提交于
      * [0D-Tensor] CINN supports argmax, fix infershape
      
      * [0D-Tensor] CINN supports argmax, fix infershape
      015285fd