Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display of matrices #21

Open
pearcemc opened this issue May 20, 2016 · 1 comment
Open

Display of matrices #21

pearcemc opened this issue May 20, 2016 · 1 comment

Comments

@pearcemc
Copy link

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:36
 in showarray at show.jl:1236
 in print at strings/io.jl:8
 in print_to_string at strings/io.jl:36
 in showarray at show.jl:1236
 in anonymous at replutil.jl:29
 in with_output_limit at ./show.jl:1276
 in writemime at replutil.jl:28
 in display at REPL.jl:114
 in display at REPL.jl:117
 [inlined code] from multimedia.jl:151
 in display at multimedia.jl:163
 in print_response at REPL.jl:134
 in print_response at REPL.jl:121
 in anonymous at REPL.jl:624
 in run_interface at ./LineEdit.jl:1610
 in run_frontend at ./REPL.jl:863
 in run_repl at ./REPL.jl:167
 in _start at ./client.jl:420
@kshyatt
Copy link
Contributor

kshyatt commented May 20, 2016

Ack! How nasty!

I'm away from home so I might not have a chance to fix this super soon. If you (or anyone) wants to open a PR with a fix I'd be very grateful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants