-
Notifications
You must be signed in to change notification settings - Fork 792
Fix async barrier & TMA checks #4007
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
Conversation
|
🏷️ Workflow test-gpu enabled 🟢 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4007 +/- ##
=======================================
Coverage 65.35% 65.35%
=======================================
Files 1183 1183
Lines 139391 139391
=======================================
Hits 91095 91095
Misses 48296 48296 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
🚀️ Workflow CI GPU (run #350) started! |
|
This fixed all CUDA errors for TMA and vulkan issues with async barrier. Only one autotune failure remains on vulkan: Not sure why though. |
We should fix it in a new PR |
Requires: tracel-ai/cubecl#1021
Fixes #4004