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

Fix assert_if and add tests #338

Merged
merged 3 commits into from
Feb 20, 2023
Merged

Fix assert_if and add tests #338

merged 3 commits into from
Feb 20, 2023

Conversation

yamaguchi1024
Copy link
Member

@yamaguchi1024 yamaguchi1024 commented Feb 20, 2023

assert_if didn't have any test before this and was causing errors in BLAS schedules

@yamaguchi1024 yamaguchi1024 enabled auto-merge (squash) February 20, 2023 00:48
@codecov-commenter
Copy link

codecov-commenter commented Feb 20, 2023

Codecov Report

Merging #338 (aaea9dc) into master (0a1079f) will increase coverage by 0.11%.
The diff coverage is 81.25%.

📣 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     #338      +/-   ##
==========================================
+ Coverage   86.82%   86.94%   +0.11%     
==========================================
  Files          76       76              
  Lines       17143    17155      +12     
==========================================
+ Hits        14885    14915      +30     
+ Misses       2258     2240      -18     
Impacted Files Coverage Δ
src/exo/LoopIR_scheduling.py 91.62% <75.00%> (+0.68%) ⬆️
tests/test_schedules.py 99.17% <100.00%> (+<0.01%) ⬆️
tests/test_x86.py 99.04% <0.00%> (-0.96%) ⬇️
src/exo/API_scheduling.py 87.89% <0.00%> (+0.82%) ⬆️

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

@alexreinking
Copy link
Contributor

@yamaguchi1024 - you need to push again

@yamaguchi1024
Copy link
Member Author

@alexreinking ah, thanks!

@yamaguchi1024 yamaguchi1024 merged commit cb0782a into master Feb 20, 2023
@yamaguchi1024 yamaguchi1024 deleted the assert_if branch February 20, 2023 02:05
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