Can’t generate a simple CuSparseMatrixCOO using CUDA from Julia
At the moment I’m trying to build a COO using the CUSPARSE library. Looking at the documentation, and the function arguments, the way to create this is using the row and column indices followed by the values of each element and the matrix dimension.