Open vchuravy opened 6 years ago
You must be hitting the same issue in CuArrays. We could maybe overwrite the show methods to avoid scalar indexing.
Yes we are and this is how we work around it... https://github.com/JuliaGPU/GPUArrays.jl/blob/a305f78d8cd7310c0fa07310e8974d5350cc293b/src/abstractarray.jl#L53-L74
In any case, it would be great to have our own array show methods since the fallbacks are extremely slow for distributed arrays.
This makes debugging quite infuriating ;)