-
Notifications
You must be signed in to change notification settings - Fork 616
Fix/ci autotune #3362
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
base: main
Are you sure you want to change the base?
Fix/ci autotune #3362
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❌ Your project check has failed because the head coverage (35.19%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #3362 +/- ##
==========================================
- Coverage 35.20% 35.19% -0.01%
==========================================
Files 342 342
Lines 53144 53164 +20
==========================================
+ Hits 18709 18712 +3
- Misses 34435 34452 +17 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
[WIP]
Locally
f16_ty::ad_broadcast::tests::matmul_broadcast
test w/ vulkan completes in 202.91s.Autotune checks run on every op, even if not selected. Removing the checks drastically reduces this single test time to 1.56s.
Further limiting the max tunables per group (config WIP) can further reduce the time to 1.44s (negligible without the autotune checks). To keep the autotune checks we should only execute on the limited tunables, not all ops.