Skip to content
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

[tuner] Tweak tile and fuse constraints and test to reduce run time #779

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

Max191
Copy link
Contributor

@Max191 Max191 commented Jan 7, 2025

The test_generate_tile_and_fuse_constraints* tests have a long run time due to the complex constraint problem they are solving. This PR reduces the complexity of the problem to improve the run time of the test.

@Max191 Max191 requested a review from kuhar January 7, 2025 22:32
@Max191 Max191 force-pushed the tile-and-fuse-shrink-test branch from 68efdb4 to b829b05 Compare January 7, 2025 22:33
Copy link
Member

@kuhar kuhar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before: 52s
After: 18s

Better but this test is still slow for me. LGTM for now, but could you file an issue to investigate this?

@kuhar kuhar merged commit 04b1819 into nod-ai:main Jan 8, 2025
23 of 25 checks passed
monorimet pushed a commit that referenced this pull request Jan 8, 2025
…779)

The `test_generate_tile_and_fuse_constraints*` tests have a long run
time due to the complex constraint problem they are solving. This PR
reduces the complexity of the problem to improve the run time of the
test.

Signed-off-by: Max Dawkins <[email protected]>
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