1. 20 10月, 2022 1 次提交
  2. 18 10月, 2022 1 次提交
    • Z
      [code-gen] Support code-gen for opmaker of sparse op (#46993) · bdd3dde3
      zyfncg 提交于
      * support generating code of opmaker for backward op invoke forward op
      
      * gsupport code-gen of opmaker for sparse op
      
      * refind logic of choose phi kernrel
      
      * fix complie budg
      
      * fix code_gen bug
      
      * fix bug
      
      * fix kernel signature code-gen
      
      * fix complie bug of VarType
      
      * fix complie bug of VarType
      
      * fix test_sparse_conv_op
      
      * fix test_sparse_norm_op
      bdd3dde3
  3. 17 10月, 2022 1 次提交
    • O
      [Hackathon 3rd No.22 ] add paddle.incubate.sparse.reshape (#46694) · abb38136
      OccupyMars2025 提交于
      * add sparse reshape
      
      * change the dtype in all test cases to int64
      
      * just one test case
      
      * modify comments
      
      * Update test_sparse_reshape_op.py
      
      * chang the type of "shape"  from  vector<int64_t>  to  IntArray
      
      * check whether sp_out.to_dense() is the cause  of error
      
      * print sp_out
      
      * Update reshape_kernel.cc
      
      * use numpy to generate the equal paddle tensor
      
      * just check dense_tensor.numpy()
      
      * check cpu and cuda versions
      
      * Update test_sparse_reshape_op.py
      
      * supply all test cases for cpu forward coo kernel
      
      * test forward coo cuda kernel
      
      * change configuration of cuda kernel
      
      * keep only one test case
      
      * test coo cpu kernel (forward and backward)
      
      * row major or column major ???
      
      * test cuda coo forward kernel
      
      * complete declaration and registration
      
      * Update __init__.py
      
      * rebuild
      
      * retrigger CI
      
      * add cudaMalloc and cudaMemcpy  in  ReshapeCooKernel  and change back to row major order in a cuda dense tensor
      
      * midify minor error
      
      * test only cpu coo forward kernel
      
      * add all test cases for coo forward kernel  (both cpu and gpu)
      
      * test all forward kernels (coo, csr; cpu, gpu)
      
      * add all test cases for all kinds of kernels
      
      * just retrigger CI
      
      * Update sparse_ops.yaml
      
      * Update sparse_ops.yaml
      
      * Update sparse_ops.yaml
      
      * resolve conflicts
      
      * Update sparse_ops.yaml
      
      * don't specify tensor place
      
      * new shape has -1 or 0 in it
      
      * Update unary_grad_kernel.h
      
      * correct lvalue error
      
      * code style
      
      * Update sparse_backward.yaml
      
      * Update sparse_ops.yaml
      
      * Update unary_kernel.h
      
      * Update unary.py
      
      * Update sparse_backward.yaml
      
      * Update unary.py
      
      * code style
      
      * code style
      
      * code style
      
      * Update unary.py
      
      * specify tensor place explicitly
      
      * do not use numpy array
      
      * use numpy array in unit test again
      
      * modify example code in docstring
      abb38136
  4. 12 10月, 2022 1 次提交
  5. 09 10月, 2022 2 次提交
  6. 30 9月, 2022 1 次提交
  7. 21 9月, 2022 1 次提交
  8. 19 9月, 2022 1 次提交
  9. 14 9月, 2022 1 次提交
  10. 09 9月, 2022 1 次提交
  11. 07 9月, 2022 1 次提交
  12. 29 8月, 2022 1 次提交
    • C
      support backward refuse forward dygraph (#45250) · 7cf7084b
      Charles-hit 提交于
      * support refuse forward dygraph
      
      * modify backward api exponential__grad yaml
      
      * remove print code
      
      * 当反向复用前向时进行需不需要更高阶的反向判断,如果不需要调用c++ api,需要的话则调用前向动态图生成反向节点
      
      * fix some backward bugs
      
      * modify the generated dygraph function name
      7cf7084b
  13. 26 7月, 2022 1 次提交
  14. 22 7月, 2022 1 次提交
  15. 21 7月, 2022 1 次提交
  16. 19 7月, 2022 1 次提交
  17. 18 7月, 2022 1 次提交
  18. 15 7月, 2022 1 次提交
  19. 12 7月, 2022 1 次提交
  20. 06 7月, 2022 1 次提交
  21. 05 7月, 2022 1 次提交
  22. 01 7月, 2022 1 次提交
  23. 28 6月, 2022 1 次提交
  24. 23 6月, 2022 1 次提交
  25. 20 6月, 2022 1 次提交
  26. 15 6月, 2022 1 次提交
  27. 20 5月, 2022 1 次提交
  28. 12 5月, 2022 1 次提交
  29. 26 4月, 2022 1 次提交
  30. 13 4月, 2022 1 次提交
  31. 07 4月, 2022 1 次提交
  32. 02 4月, 2022 1 次提交
  33. 01 4月, 2022 1 次提交
  34. 29 3月, 2022 1 次提交
  35. 11 3月, 2022 1 次提交
  36. 10 3月, 2022 1 次提交
  37. 08 3月, 2022 1 次提交