- 17 10月, 2022 1 次提交
-
-
由 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
-
- 12 10月, 2022 1 次提交
-
-
由 zhangkaihuo 提交于
-
- 30 9月, 2022 1 次提交
-
-
由 六个骨头 提交于
-
- 27 9月, 2022 1 次提交
-
-
由 zhangkaihuo 提交于
-
- 21 9月, 2022 1 次提交
-
-
由 zhangkaihuo 提交于
* for add_bias
-
- 19 9月, 2022 1 次提交
-
-
由 zhangkaihuo 提交于
* sparse infer_meta
-
- 07 9月, 2022 1 次提交
-
-
由 zhangkaihuo 提交于
-
- 02 9月, 2022 1 次提交
-
-
由 zhangkaihuo 提交于
-
- 16 8月, 2022 1 次提交
-
-
由 zhangkaihuo 提交于
-
- 26 7月, 2022 1 次提交
-
-
由 zhangkaihuo 提交于
-
- 22 7月, 2022 1 次提交
-
-
由 zhouweiwei2014 提交于
-
- 21 7月, 2022 1 次提交
-
-
由 zhouweiwei2014 提交于
-
- 19 7月, 2022 1 次提交
-
-
由 zhangkaihuo 提交于
-
- 18 7月, 2022 1 次提交
-
-
由 zhouweiwei2014 提交于
-
- 15 7月, 2022 1 次提交
-
-
由 zhangkaihuo 提交于
-
- 13 7月, 2022 2 次提交
-
-
由 zhangkaihuo 提交于
* opt sparse_mask
-
由 zhangkaihuo 提交于
* add sparse api coalesce
-
- 12 7月, 2022 2 次提交
-
-
由 Chen Weihang 提交于
* clean glog header in public header * move marco pos
-
由 zhouweiwei2014 提交于
-
- 06 7月, 2022 1 次提交
-
-
由 zhouweiwei2014 提交于
-
- 05 7月, 2022 1 次提交
-
-
由 zhouweiwei2014 提交于
* [Sparse] add SparseCsrTensor fused_attention kernel and API * fix comment
-
- 29 6月, 2022 1 次提交
-
-
由 zhangkaihuo 提交于
-
- 28 6月, 2022 1 次提交
-
-
由 zhouweiwei2014 提交于
* [Sparse]add SparseTensor mv kernel(csr*dense_vec->dence_vec, coo*dense_vec->dense_vec) * fix CI
-
- 24 6月, 2022 2 次提交
-
-
由 YuanRisheng 提交于
* perfect copy * deal with conflict * deal with conflict * fix compile bugs * fix unittest bugs * change code format * deal with conflict * modify code by review * fix ce bugs * fix ce bugs * add lo * perfect code format * deal with conflicts
-
由 zhouweiwei2014 提交于
-
- 23 6月, 2022 1 次提交
-
-
由 Matsumoto Ruko 提交于
-
- 22 6月, 2022 1 次提交
-
-
由 zhangkaihuo 提交于
-
- 20 6月, 2022 1 次提交
-
-
由 zhouweiwei2014 提交于
* add new API/OP(csr->csr) of SparseTensor softmax * fix comment
-
- 17 6月, 2022 1 次提交
-
-
由 zhangkaihuo 提交于
* fix to_sparse_csr
-
- 15 6月, 2022 1 次提交
-
-
由 zhouweiwei2014 提交于
* add some kernel(csr*dense->csr, dense*dense->csr) of SparseTensor matmul * fix CI * fix CI * fix comment * fix comment
-
- 13 6月, 2022 1 次提交
-
-
由 zhangkaihuo 提交于
* use GpuMemcpy and GpuMemset * sparse convert kernel support double dispatch by indices dtype * cudaMemcpyKind->gpuMemcpyKind
-
- 05 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
-
- 19 5月, 2022 1 次提交
-
-
由 zyfncg 提交于
* remove shared_storage * fix bug * fix rnn bug
-
- 05 5月, 2022 1 次提交
-
-
由 zhangkaihuo 提交于
-
- 26 4月, 2022 1 次提交
-
-
由 zhangkaihuo 提交于
-
- 22 4月, 2022 1 次提交
-
-
由 zhangkaihuo 提交于
-
- 18 4月, 2022 1 次提交
-
-
由 zhangkaihuo 提交于
-
- 15 4月, 2022 1 次提交
-
-
由 zhangkaihuo 提交于
-
- 14 4月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* chnage dispatch to visit * resolve conflict
-
- 13 4月, 2022 1 次提交
-
-
由 zhangkaihuo 提交于
-