diff --git a/CHANGELOG.md b/CHANGELOG.md index dead3a4dbbf..03c5c3c70fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ Full documentation for MIGraphX is available at * Streamlined the `find_matches` function. * Reduce the number of splits used for `split_reduce`. * Improve layout propagation in poinwise fusion when using broadcasted inputs. +* Added early return for element tile calculation when dimensions are invalid to avoid unnecessary computations. ### Removed