From 67d85ffb310f30c2503150b2175038e88637ac8d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 22 Dec 2025 17:01:36 +0000 Subject: [PATCH 1/3] Initial plan From d3a6b7285bc105ea2b2b0b759146b40c3c240ffe Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 22 Dec 2025 17:06:05 +0000 Subject: [PATCH 2/3] Add changelog entry for element tile calculation optimization Co-authored-by: causten <7440191+causten@users.noreply.github.com> --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dead3a4dbbf..2e3f6c46b28 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 to avoid unnecessary computations. ### Removed From 535b221892980923d55b28cb1c3055398edff0ac Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 22 Dec 2025 17:06:43 +0000 Subject: [PATCH 3/3] Improve changelog entry with more specific details Co-authored-by: causten <7440191+causten@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e3f6c46b28..03c5c3c70fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,7 +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 to avoid unnecessary computations. +* Added early return for element tile calculation when dimensions are invalid to avoid unnecessary computations. ### Removed