-
Notifications
You must be signed in to change notification settings - Fork 193
[ROCm] do not use __shfl sync functions #493
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: master
Are you sure you want to change the base?
Conversation
This avoids a static_assert compile-time failure for HIP.
pytest results on an MI200 system. 2801 passed, 1 warning in 11.85s.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #493 +/- ##
==========================================
+ Coverage 97.23% 98.20% +0.97%
==========================================
Files 10 10
Lines 217 223 +6
==========================================
+ Hits 211 219 +8
+ Misses 6 4 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This avoids a static_assert compile-time failure for HIP.