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 (#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 #37829. This is a workaround on the caller side and does not change the iteration mechanism itself. Co-authored-by: Matt Bauman <[email protected]> Co-authored-by: thofma <[email protected]>
- Loading branch information