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

Make cut_loop work on loops with a variable upper bound #315

Merged
merged 4 commits into from
Feb 2, 2023

Conversation

yamaguchi1024
Copy link
Member

@yamaguchi1024 yamaguchi1024 commented Feb 2, 2023

Closes #235

@alexreinking
Copy link
Contributor

This will conflict with the changes I'm making to convert the primitive directives to use cursors.

@yamaguchi1024 yamaguchi1024 marked this pull request as ready for review February 2, 2023 22:44
@alexreinking alexreinking enabled auto-merge (squash) February 2, 2023 22:51
@yamaguchi1024 yamaguchi1024 changed the title Cut loop WIP Make cut_loop work on loops with a variable upper bound Feb 2, 2023
@yamaguchi1024 yamaguchi1024 enabled auto-merge (squash) February 2, 2023 22:53
@codecov-commenter
Copy link

Codecov Report

Merging #315 (f98adf8) into master (b01b3be) will increase coverage by 0.11%.
The diff coverage is 100.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##           master     #315      +/-   ##
==========================================
+ Coverage   86.26%   86.38%   +0.11%     
==========================================
  Files          73       73              
  Lines       16611    16625      +14     
==========================================
+ Hits        14329    14361      +32     
+ Misses       2282     2264      -18     
Impacted Files Coverage Δ
src/exo/API_scheduling.py 87.07% <100.00%> (+0.68%) ⬆️
src/exo/LoopIR_scheduling.py 90.68% <100.00%> (+0.87%) ⬆️
tests/test_schedules.py 99.02% <100.00%> (+0.02%) ⬆️
tests/conftest.py 82.27% <0.00%> (-3.80%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@yamaguchi1024 yamaguchi1024 merged commit 9c70848 into master Feb 2, 2023
@yamaguchi1024 yamaguchi1024 deleted the cut_loop branch February 2, 2023 23:21
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.

partition_loop() should work on loops with a variable upper bound
3 participants