Hi, I get the following error when I run the commands from the README. Is this package still supported?
A = sprand(10,8,0.2);
d_A = CudaSparseMatrixCSR(A)
#=
Error showing value of type CUSPARSE.CudaSparseMatrixCSR{Float64}:
ERROR: indexing not defined for CUSPARSE.CudaSparseMatrixCSR{Float64}
Stacktrace:
[1] getindex(::CUSPARSE.CudaSparseMatrixCSR{Float64}, ::Int64, ::Int64) at ./abstractarray.jl:881
[2] isassigned(::CUSPARSE.CudaSparseMatrixCSR{Float64}, ::Int64, ::Int64, ::Vararg{Int64,N} where N) at ./abstractarray.jl:222
[3] print_matrix_repr(::IOContext{Base.AbstractIOBuffer{Array{UInt8,1}}}, ::CUSPARSE.CudaSparseMatrixCSR{Float64}) at ./show.jl:1655
[4] #showarray#263(::Bool, ::Function, ::Base.AbstractIOBuffer{Array{UInt8,1}}, ::CUSPARSE.CudaSparseMatrixCSR{Float64}, ::Bool) at ./show.jl:1702
[5] print(::Base.AbstractIOBuffer{Array{UInt8,1}}, ::CUSPARSE.CudaSparseMatrixCSR{Float64}) at ./strings/io.jl:29
[6] #print_to_string#229(::Void, ::Function, ::CUSPARSE.CudaSparseMatrixCSR{Float64}, ::Vararg{CUSPARSE.CudaSparseMatrixCSR{Float64},N} where N) at ./strings/io.jl:102
[7] #showarray#263(::Bool, ::Function, ::IOContext{Base.Terminals.TTYTerminal}, ::CUSPARSE.CudaSparseMatrixCSR{Float64}, ::Bool) at ./show.jl:1690
[8] display(::Base.REPL.REPLDisplay{Base.REPL.LineEditREPL}, ::MIME{Symbol("text/plain")}, ::CUSPARSE.CudaSparseMatrixCSR{Float64}) at ./REPL.jl:122
[9] display(::Base.REPL.REPLDisplay{Base.REPL.LineEditREPL}, ::CUSPARSE.CudaSparseMatrixCSR{Float64}) at ./REPL.jl:125
[10] display(::CUSPARSE.CudaSparseMatrixCSR{Float64}) at ./multimedia.jl:194
[11] eval(::Module, ::Any) at ./boot.jl:235
[12] print_response(::Base.Terminals.TTYTerminal, ::Any, ::Void, ::Bool, ::Bool, ::Void) at ./REPL.jl:144
[13] print_response(::Base.REPL.LineEditREPL, ::Any, ::Void, ::Bool, ::Bool) at ./REPL.jl:129
[14] (::Base.REPL.#do_respond#16{Bool,Base.REPL.##26#36{Base.REPL.LineEditREPL,Base.REPL.REPLHistoryProvider},Base.REPL.LineEditREPL,Base.LineEdit.Prompt})(::Base.LineEdit.MIState, ::Base.AbstractIOBuffer{Array{UInt8,1}}, ::Bool) at ./REPL.jl:646
=#
Hi, I get the following error when I run the commands from the README. Is this package still supported?