Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix performance regression in broadcasting with CartesianIndices (Jul…
…iaLang#39333) * Fix performance regression in broadcasting with CartesianIndices This avoids the boundary check due to a change in the implementation of iteration using `CartecianIndices` in PR JuliaLang#37829. This is a workaround on the caller side and does not change the iteration mechanism itself. Co-authored-by: Matt Bauman <mbauman@gmail.com> Co-authored-by: thofma <thofma@gmail.com>
- Loading branch information