1. 10 10月, 2022 13 次提交
  2. 09 10月, 2022 4 次提交
  3. 08 10月, 2022 3 次提交
  4. 30 9月, 2022 4 次提交
  5. 29 9月, 2022 7 次提交
  6. 28 9月, 2022 7 次提交
  7. 27 9月, 2022 2 次提交
    • C
      [MLU] add huber_loss kernel. (#46455) · f786fcf9
      Chenxiao Niu 提交于
      f786fcf9
    • W
      [Eager, Performance optimization] support divide( / operator) to sink to Cpp layer (#46329) · f20b361c
      Weilong Wu 提交于
      * [Eager] math op sink to Cpp level
      
      * fix ci errors
      
      * draft version
      
      * support + and - operator under cpp directly
      
      * add static test
      
      * polish code
      
      * promote types or unify right type to left
      
      * recover static test case
      
      * polish code and fix some ci errors
      
      * support complex and polish code
      
      * fix conflicts
      
      * fix windows ci errors
      
      * fix windows-inference-ci errors
      
      * polish and fix tests
      
      * fix test case
      
      * polish code
      
      * [Eager, Performance optimization] support multiply( * operator) to sink to Cpp layer
      
      * rm useless glog
      
      * [Eager, Performance optimization] support divide( / and // operator) to sink to Cpp layer
      
      * polish code
      
      * polish code and fix code-format
      
      * polish code
      
      * fix CI
      
      * polish code
      
      * update test
      
      * support div operator under cpp
      
      * fix scalar as input
      
      * Polish div logic, fix ci test
      
      * fix errors
      f20b361c