1. 19 5月, 2021 1 次提交
  2. 18 5月, 2021 1 次提交
  3. 11 5月, 2021 1 次提交
  4. 07 5月, 2021 6 次提交
  5. 06 5月, 2021 5 次提交
  6. 05 5月, 2021 1 次提交
  7. 04 5月, 2021 1 次提交
  8. 01 5月, 2021 2 次提交
  9. 30 4月, 2021 6 次提交
  10. 29 4月, 2021 6 次提交
  11. 28 4月, 2021 2 次提交
  12. 27 4月, 2021 5 次提交
  13. 26 4月, 2021 3 次提交
    • L
      add send/recv api (#32504) · c47bafc6
      lilong12 提交于
      * add sendrecv, test=develop
      c47bafc6
    • J
      Optimize where_index_op(prefix sum) (#30601) · 6ec4e640
      jiangcheng 提交于
      * new optimize for where_index_op with prefix sum version.
      
      * write a scan prefix sum kernel with stream for where index op.
      
      * optimize where_index by using cub::DeviceScan::InclusiveSum instead of imperfect self-kernel.
      
      * remove CheckTrue struct and rename stide_array for readable.
      
      * optimize variable name for readable.
      
      * optimize function name and annotation.
      6ec4e640
    • T
      [PsCore] optimize performance of large kv (#32535) · 4b7242b0
      Thunderbrook 提交于
      * optimize pull sparse
      
      * optimize pull sparse
      
      * change macro
      
      * format
      4b7242b0