Calling @show
on Symmetric
of a CuArray
triggers Scalar Indexing
#1294
Labels
bug
Something isn't working
Describe the bug
When using the constructor of
Symmetric
on aCuArray
, displaying the result gives a warning of scalar indexing:To reproduce
The Minimal Working Example (MWE) for this bug:
output:
Manifest.toml
Expected behavior
Output should be something like this (obtained with
CUDA.allowscalar(true)
):Version info
Details on Julia:
Details on CUDA:
The text was updated successfully, but these errors were encountered: