Scalar indexing when displaying Diagonal{Int64, CuSparseVector{Int64, Int32}} #1645
Closed
4 tasks done
Labels
bug
Something isn't working
Make sure you're reporting a bug; for general questions, please use Discourse or
Slack.
If you're dealing with a performance issue, make sure you disable scalar iteration
(
CUDA.allowscalar(false)
). Only file an issue if that shows scalar iteration happeningin CUDA.jl or Base Julia, as opposed to your own code.
If you're seeing an error message, follow the error message instructions, if any
(e.g.
inspect code with @device_code_warntype
). If you can't solve the problem usingthat information, make sure to post it as part of the issue.
Always ensure you're using the latest version of CUDA.jl, and if possible, please
check the master branch to see if your issue hasn't been resolved yet.
If your bug is still valid, please go ahead and fill out the template below.
Describe the bug
Scalar indexing when displaying Diagonal{Int64, CuSparseVector{Int64, Int32}}
To reproduce
The Minimal Working Example (MWE) for this bug:
Manifest.toml
Expected behavior
Expect the sparse matrix to be properly displayed.
Version info
Details on Julia:
Details on CUDA:
The text was updated successfully, but these errors were encountered: