We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa3d61 commit 6fc7dc4Copy full SHA for 6fc7dc4
src/nditeration.jl
@@ -93,7 +93,7 @@ Base.@propagate_inbounds function expand(ndrange::NDRange{N}, groupidx::Integer,
93
w = W.indices[I]
94
length(b) * length(w)
95
end
96
- CartesianIndices(Ind)[(groupidx-1)* prod(size(B)) + idx]
+ CartesianIndices(Ind)[(groupidx-1)* prod(size(W)) + idx]
97
98
99
Base.@propagate_inbounds function expand(ndrange::NDRange{N}, groupidx::CartesianIndex{N}, idx::Integer) where {N}
0 commit comments