1. 05 5月, 2022 2 次提交
  2. 04 5月, 2022 4 次提交
  3. 02 5月, 2022 1 次提交
  4. 01 5月, 2022 1 次提交
  5. 30 4月, 2022 1 次提交
  6. 29 4月, 2022 9 次提交
  7. 28 4月, 2022 15 次提交
  8. 27 4月, 2022 7 次提交
    • 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
    • L
      fix gcc warning of [-Wint-in-bool-context] (#42268) · cf780097
      Leo Chen 提交于
      cf780097
    • L
      Fix the race condition in cumsum operator (#42205) · 5d729457
      Leo Chen 提交于
      * Fix the race condition in cumsum operator
      
      * Optimize cumsum operator
      5d729457
    • 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