1. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  2. 02 4月, 2022 1 次提交
  3. 25 3月, 2022 1 次提交
  4. 16 3月, 2022 1 次提交
  5. 27 1月, 2022 1 次提交
  6. 24 1月, 2022 1 次提交
    • Z
      Refactored python-level trace_op to call through _C_ops instead of... · c3796061
      Zhanlue Yang 提交于
      Refactored python-level trace_op to call through _C_ops instead of Tracer::TraceOp, under eager_mode (#38338)
      
      * Replaced core.ops with _C_ops
      
      * Refactored python-level trace_op to call through _C_ops instead of Tracer::TraceOp, under eager_mode
      
      * Modified trace_op interface
      
      * Refactored trace_op logic for eager mode
      
      * Added Eager Dygraph support for OpTest
      
      * Fixed ci issues
      
      * Fixed CI failures
      
      * Fixed Coverage CI Issues
      
      * Fixed XPU CI Issues
      c3796061
  7. 29 10月, 2021 1 次提交
  8. 27 10月, 2021 1 次提交
  9. 21 10月, 2021 1 次提交
  10. 23 4月, 2021 1 次提交
  11. 01 12月, 2020 1 次提交
    • Q
      update kunlun conv2d/softmax/elementwise implemetation (#29229) · 64f29fbb
      QingshuChen 提交于
      * update conv2d & softmax to new xpu api
      * test=kunlun
      
      * remove useless comments
      * test=kunlun
      
      * remote softmax xpu op
      * test=kunlun
      
      * update kunlun softmax
      * test=kunlun
      
      * update xpu unitest
      * test=kunlun
      
      * fix elementwise_grad bug for kunlun
      *test=kunlun
      64f29fbb
  12. 20 11月, 2020 1 次提交
    • Q
      adjust kunlun header file (#28536) · 30ef3815
      QingshuChen 提交于
      * adjust kunlun header file
      *test=kunlun
      
      * update kunlun unittest
      *test=kunlun
      
      * update xpu unitest
      * test = kunlun
      
      * update xpu unittest
      * test=kunlun
      
      * update xpu unitest
      * test=kunlun
      30ef3815