1. 25 4月, 2023 2 次提交
  2. 24 4月, 2023 1 次提交
  3. 23 4月, 2023 1 次提交
    • J
      Cherry pick getitem/setitem 0d (#53125) · a79c04f3
      JYChen 提交于
      * support 0-D output and 0-D as indice in __getitem__
      
      * fix tests
      
      * fix inference and UT
      
      * add unittest for setitem
      
      * fix xpu test
      
      * fix xpu 0-d
      a79c04f3
  4. 21 4月, 2023 1 次提交
    • J
      Cherry pick fix set value cpu (#53127) · e4178284
      JYChen 提交于
      * fix the set_value error in cpu
      
      * add a unitest for set_value OP
      
      * fix platform::is_gpu_place
      
      * add todo note for set_value
      
      * fix test
      e4178284
  5. 20 4月, 2023 1 次提交
    • G
      [Cherey-Pick]Support 0D for slogdet (#53087) · 3f5058e6
      GGBond8488 提交于
      * add 0D output support for inalg.slogdet,test=allcase
      
      * fix zerom dime test error test=allcase
      
      * fix test error test=allcase
      
      * add static backward test, test=allcase
      3f5058e6
  6. 19 4月, 2023 1 次提交
  7. 17 4月, 2023 7 次提交
  8. 14 4月, 2023 11 次提交
  9. 13 4月, 2023 12 次提交
  10. 12 4月, 2023 3 次提交
    • Z
      Optimize performance of unique kernel (#52736) · 8cbeefea
      Zhang Zheng 提交于
      * Optimize performance of unique kernel
      
      * fix ci
      8cbeefea
    • W
      [AMP OP&Test] add fp16/bf16 unittest for pool2d op (#52288) · f9b155f9
      Wei Shengyu 提交于
      * add bf16 support and bf16/fp16 unittest for pool2d
      
      * add include files
      
      * dbg
      
      * reformat
      
      * reformat
      
      * modify code according to review comment
      
      * remove duplicate code
      
      * remove dup code
      
      * remove useless include
      
      * dbg
      f9b155f9
    • W
      Patch del (#52754) · 189e0d44
      wangzhen38 提交于
      * [DO NOT MERGE] adadelta lr support
      
      * [DO NOT MERGE] gpu support
      
      * [test] follow torch
      
      * fix acc update order
      
      * for ci
      
      * [bug fix] update master para
      
      * [bug fix] update test
      
      * [bug fix] for ci test
      
      * for ci
      
      * fix xpu
      
      * [adadelta fix] del fluid head file
      
      * for ci
      
      * del notes
      189e0d44