You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When display gets called on a CudaSparseMatrixCSR a long display error is output.
I'm on Julia 0.4.5.
julia> dQ =CudaSparseMatrixCSR(Q);
julia>typeof(dQ)
CUSPARSE.CudaSparseMatrixCSR{Float32}
julia> dQ
[... can't catch this bit ...]
in print_to_string at strings/io.jl:36in showarray at show.jl:1236in print at strings/io.jl:8in print_to_string at strings/io.jl:36in showarray at show.jl:1236in anonymous at replutil.jl:29in with_output_limit at ./show.jl:1276in writemime at replutil.jl:28in display at REPL.jl:114in display at REPL.jl:117
[inlined code] from multimedia.jl:151in display at multimedia.jl:163in print_response at REPL.jl:134in print_response at REPL.jl:121in anonymous at REPL.jl:624in run_interface at ./LineEdit.jl:1610in run_frontend at ./REPL.jl:863in run_repl at ./REPL.jl:167in _start at ./client.jl:420
The text was updated successfully, but these errors were encountered:
When display gets called on a
CudaSparseMatrixCSR
a long display error is output.I'm on Julia 0.4.5.
The text was updated successfully, but these errors were encountered: