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

rewrote mult_dim with Internal cursors #363

Merged
merged 4 commits into from
Mar 28, 2023

Conversation

skeqiqevian
Copy link
Collaborator

Relies on some changes made in #362

@codecov-commenter
Copy link

codecov-commenter commented Mar 16, 2023

Codecov Report

Merging #363 (e7dd9c2) into master (4952cb7) will decrease coverage by 0.02%.
The diff coverage is 93.18%.

📣 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     #363      +/-   ##
==========================================
- Coverage   86.94%   86.93%   -0.02%     
==========================================
  Files          76       76              
  Lines       17300    17299       -1     
==========================================
- Hits        15042    15039       -3     
- Misses       2258     2260       +2     
Impacted Files Coverage Δ
src/exo/LoopIR_scheduling.py 90.25% <92.59%> (-0.11%) ⬇️
src/exo/API_scheduling.py 88.02% <100.00%> (ø)
tests/test_schedules.py 99.25% <100.00%> (+<0.01%) ⬆️

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

@skeqiqevian skeqiqevian marked this pull request as ready for review March 21, 2023 05:29
Comment on lines +245 to +246
if isinstance(rd.parent()._node, LoopIR.Call):
new_rd = [new_rd]
Copy link
Contributor

Choose a reason for hiding this comment

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

todo for me... make .replace() more robust to non-list arguments.

@skeqiqevian skeqiqevian merged commit 6f3274f into master Mar 28, 2023
@skeqiqevian skeqiqevian deleted the internal_cursor_rewrites/mult_dim branch March 28, 2023 03:12
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.

None yet

3 participants