Open mwarusz opened 4 years ago
All weighted norms are broken when the dims argument is specified. It seems that mapreduce doesn't like lazy broadcasts when this argument is specified, on either CPU or GPU.
dims
mapreduce
Even without specifying dims, only the l_2 norm works on GPU. Others (l_1, l_3, etc.) fail with errors similar to https://github.com/JuliaGPU/CuArrays.jl/issues/495.
l_2
l_1
l_3
This is on 1.3.1
Was #717 enough to close this or do we need to also close out #590?
I think the CUDA issue needs to be resolved
All weighted norms are broken when the
dims
argument is specified. It seems thatmapreduce
doesn't like lazy broadcasts when this argument is specified, on either CPU or GPU.Even without specifying
dims
, only thel_2
norm works on GPU. Others (l_1
,l_3
, etc.) fail with errors similar to https://github.com/JuliaGPU/CuArrays.jl/issues/495.This is on 1.3.1