## 🚀 Feature <!-- A clear and concise description of the feature proposal --> ## Motivation Currently addition of sparse CSR tensors is not yet implemented neither for CPU or CUDA. https://github.com/pytorch/pytorch/blob/a7b796c73bd02bc4fe26686d067c48fdd847e679/aten/src/ATen/native/sparse/cuda/SparseCsrTensorMath.cu#L152 https://github.com/pytorch/pytorch/blob/1fca1545d43090273512ac3a097277abd72d732e/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp#L319 cc @aocsa @nikitaved @pearu @cpuhrsch @IvanYashchuk
🚀 Feature
Motivation
Currently addition of sparse CSR tensors is not yet implemented neither for CPU or CUDA.
pytorch/aten/src/ATen/native/sparse/cuda/SparseCsrTensorMath.cu
Line 152 in a7b796c
pytorch/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp
Line 319 in 1fca154
cc @aocsa @nikitaved @pearu @cpuhrsch @IvanYashchuk