8000 [AMDGPU] Drop dynamic M bounds checks for pingpong by qedawkins · Pull Request #20738 · iree-org/iree · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[AMDGPU] Drop dynamic M bounds checks for pingpong #20738

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 6, 2025

Conversation

qedawkins
Copy link
Contributor

Kernel specialization is needed to apply strategies selectively at runtime. Additionally model exports don't specify lower bounds so it is impossible to use this strategy with this check.

Only the check for the typically dynamic dimension is dropped as the other checks are non-blocking and can help mitigate regressions for smaller shapes with default tuning enabled.

Kernel specialization is needed to apply strategies selectively at
runtime. Additionally model exports don't specify lower bounds so it is
impossible to use this strategy with this check.

Only the check for the typically dynamic dimension is dropped as the
other checks are non-blocking and can help mitigate regressions for
smaller shapes with default tuning enabled.
@qedawkins qedawkins requested a review from kuhar as a code owner May 6, 2025 17:21
@qedawkins qedawkins merged commit f6a5d72 into iree-org:main May 6, 2025
41 checks passed
@qedawkins qedawkins deleted the drop_dynamic_m_bounds_checks branch May 6, 2025 18:20
KyleHerndon pushed a commit to KyleHerndon/iree that referenced this pull request May 7, 2025
Kernel specialization is needed to apply strategies selectively at
runtime. Additionally model exports don't specify lower bounds so it is
impossible to use this strategy with this check.

Only the check for the typically dynamic dimension is dropped as the
other checks are non-blocking and can help mitigate regressions for
smaller shapes with default tuning enabled.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0