1. 20 10月, 2021 1 次提交
  2. 19 10月, 2021 3 次提交
    • L
      [cherry-pick]Add sparse attention cherrypick (#36447) · 36edb0e1
      Liu-xiandong 提交于
          The code of this PR can only support CUDA 11.2. Currently, CI does not have GPU with CUDA 11.2 , and all tests will be skipped automatically.
      
          The new OP is paddle._C_ops.sparse_attention. Regarding the work of the python API, it will be resolved in a follow-up PR.
      
          The code of this PR lacks tests on dynamic graphs and static graphs, and will be added in subsequent PRs.
      36edb0e1
    • C
      quant support matmul_v2 (#36469) (#36499) · b8167ed2
      ceci3 提交于
      * quant support matmul_v2
      
      * fix format
      b8167ed2
    • S
      Add operators for async read & async write (#36333) (#36501) · d65f8af8
      Siming Dai 提交于
      * fix async_read bug
      
      * change index place to cpu
      
      * add tensor size judge
      
      * add async_read & async_write test
      
      * fix bug in async_write
      
      * fix mac py3 ci
      
      * fix bug for cpu version paddle
      
      * fix windows ci bug
      
      * change input argument error type
      
      * change const_cast to mutable_data
      
      * add async_write out-of-bound check and consumate error hint
      
      * fix a small bug for dst_tensor
      
      * add docs and refine codes
      
      * refine docs
      
      * notest,test=windows_ci
      
      * fix windows ci
      
      * fix require
      
      * fix code-block
      
      * add core.is_compiled_with_cuda()
      d65f8af8
  3. 18 10月, 2021 1 次提交
  4. 15 10月, 2021 2 次提交
  5. 14 10月, 2021 1 次提交
  6. 13 10月, 2021 3 次提交
  7. 12 10月, 2021 1 次提交
  8. 11 10月, 2021 2 次提交
  9. 30 9月, 2021 5 次提交
  10. 29 9月, 2021 4 次提交
  11. 28 9月, 2021 1 次提交
    • Z
      [cherry-pick] update multi_dot exposure rules (#36018) (#36131) · 632a0064
      zhangkaihuo 提交于
      根据线性代数库的API暴露规则修改multi_dot的API暴露规则:
      1、在python/paddle/tensor/linalg.py 路径下实现
      2、在python/paddle/linalg.py 下import并加入__all__列表
      3、在python/paddle/tensor/init.py下引入并加入tensor_method_func列表
      4、删除了pythonpaddle/init.py的import
      632a0064
  12. 27 9月, 2021 8 次提交
  13. 26 9月, 2021 8 次提交