1. 04 5月, 2022 3 次提交
  2. 02 5月, 2022 1 次提交
  3. 01 5月, 2022 1 次提交
  4. 29 4月, 2022 9 次提交
  5. 28 4月, 2022 13 次提交
  6. 27 4月, 2022 9 次提交
    • J
      Added missing test for shuffle_channel_mkldnn_detect_pass (#42001) · 5134f110
      jakpiase 提交于
      * added test for shuffle_channel_mkldnn_detect_pass
      
      * added UT using new framework
      
      * CI fix
      5134f110
    • Z
      fix bug (#42314) · 00ed8b57
      zhaocaibei123 提交于
      00ed8b57
    • S
      inplace addto (#42313) · 748d2ae0
      sneaxiy 提交于
      748d2ae0
    • Z
      Optimize performance of dygraph (v4) (#42196) · 37e2f027
      zyfncg 提交于
      * optimize performance of dygraph
      
      * optimize performance of dygraph and elementwise_add
      
      * optimize the trace op
      
      * fix bug
      
      * fix bug
      
      * fix unittest bug
      
      * fix code format
      37e2f027
    • S
      fix test api problem (#42297) · ed1678aa
      seemingwang 提交于
      * extract sub-graph
      
      * graph-engine merging
      
      * fix
      
      * fix
      
      * fix heter-ps config
      
      * test performance
      
      * test performance
      
      * test performance
      
      * test
      
      * test
      
      * update bfs
      
      * change cmake
      
      * test
      
      * test gpu speed
      
      * gpu_graph_engine optimization
      
      * add dsm sample method
      
      * add graph_neighbor_sample_v2
      
      * Add graph_neighbor_sample_v2
      
      * fix for loop
      
      * add cpu sample interface
      
      * fix kernel judgement
      
      * add ssd layer to graph_engine
      
      * fix allocation
      
      * fix syntax error
      
      * fix syntax error
      
      * fix pscore class
      
      * fix
      
      * change index settings
      
      * recover test
      
      * recover test
      
      * fix spelling
      
      * recover
      
      * fix
      
      * move cudamemcpy after cuda stream sync
      
      * fix linking problem
      
      * remove comment
      
      * add cpu test
      
      * test
      
      * add cpu test
      
      * change comment
      
      * combine feature table and graph table
      
      * test
      
      * test
      
      * pybind
      
      * test
      
      * test
      
      * test
      
      * test
      
      * pybind
      
      * pybind
      
      * fix cmake
      
      * pybind
      
      * fix
      
      * fix
      
      * add pybind
      
      * add pybind
      
      * optimize pybind
      
      * test
      
      * fix pybind
      
      * fix
      
      * pybind change
      
      * remove file
      Co-authored-by: NDesmonDay <908660116@qq.com>
      ed1678aa
    • A
      [CustomDevice] op_test supports custom device (#42227) · 4df02fdf
      Aganlengzi 提交于
      * [DO NOT MERGE] test op_test
      
      * update with more related modifications
      
      * split op_test.py to use test=allcases for testing
      
      * split op_test.py to use test=allcases for testing
      4df02fdf
    • C
      Unify utils naming style (#42264) · 2cebcf4a
      Chen Weihang 提交于
      * unify utils naming style
      
      * polish details
      2cebcf4a
    • Q
      [MLU]add dropout op (#42274) · acca0352
      qipengh 提交于
      acca0352
    • C
      opt attr eaque perf (#42272) · ca909408
      Chen Weihang 提交于
      ca909408
  7. 26 4月, 2022 4 次提交
    • Q
      support nhwc format for kunlun conv/batch_norm (#42195) · 88d68c08
      QingshuChen 提交于
      * support nhwc format for kunlun conv/batch_norm
      *test=kunlun
      
      * minor
      *test=kunlun
      88d68c08
    • B
      【PaddlePaddle Hackathon 2】29、为 Paddle 新增 PixelUnshuffle 组网 API (#40728) · 5be9b824
      BrilliantYuKaimin 提交于
      * 增加PixelUnshuffle的形状推断
      
      * 增加PixelUnshuffle的算子注册
      
      * 增加PixelUnshuffle及其梯度的核函数
      
      * 增加PixelUnshuffle算子的描述
      
      * 增加PixelUnshuffle算子的签名
      
      * 在Python层面增加PixelUnshuffle
      
      * 增加PixelUnshuffle的单测
      
      * Update test_pixel_unshuffle.py
      
      * test=document_fix
      
      * Update test_pixel_unshuffle.py
      
      增加对extra_repr的测试
      
      * 修正代码格式
      
      * Update test_pixel_unshuffle.py
      
      修正对extra_repr的测试
      
      * 修改pixel_unshuffle核函数的实现位置
      
      * 修正代码格式
      
      * 完善对输入的检查
      
      * Update test_pixel_unshuffle.py
      
      * 完善pixel_unshuffle的输入检查
      
      * Update pixel_unshuffle_op.cc
      
      * Update unary.cc
      
      * add pixel_unshuffle
      
      * Update test_pixel_unshuffle.py
      
      * Update vision.py
      
      * 调整代码格式
      
      * Update vision.py
      
      * Delete extra spaces
      
      * Update pixel_unshuffle_sig.cc
      
      * Update vision.py
      
      * Update vision.py
      
      * add PixelUnshuffleGradInferMeta
      
      * remove PixelUnshuffleOpArgumentMapping
      
      * Update pixel_unshuffle_op.cc
      
      * 调整pixel_unshuffle及其梯度的核函数的实现位置
      
      * Update pixel_unshuffle_op.cc
      5be9b824
    • A
      [Performance]Remove redundant op_type in RecordEvent (#42246) · 64d88e71
      Aurelius84 提交于
      * [Performance]Remove redundant op_type  in RecordEvent
      
      * [Performance]Remove redundant op_type  in RecordEvent
      
      * [Performance]Remove redundant op_type  in RecordEvent
      64d88e71
    • W