Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

Display of matrices #21

@pearcemc

Description

@pearcemc

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions