Pin openblas on aarch64#7933
Conversation
📝 WalkthroughWalkthroughThe PR adds version constraints on Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
93bfae5 to
2f9d079
Compare
jameslamb
left a comment
There was a problem hiding this comment.
I think this is ok for now to unblock CI, but we'll want to figure it out soon-ish. I could see a ceiling like this causing problems (especially in the all-of-RAPIDS environments like the devcontainers) as we look to add new Python versions and update other versions of things.
|
Agreed that it's a stopgap. Once this is in I'll open a followup issue to investigate more. My brief observations are:
|
|
/merge |
Reference PR from cuML: rapidsai/cuml#7933 Example failures that this intends to fix: https://github.com/rapidsai/cuvs/actions/runs/23696206507/job/69081944434?pr=1886 Authors: - Tarang Jain (https://github.com/tarang-jain) Approvers: - Anupam (https://github.com/aamijar) - James Lamb (https://github.com/jameslamb) URL: #1965
We're seeing some test failures with the new openblas release on aarch64 (accuracy issues on comparison with sklearn's results, not issues in cuml's execution). I suspect a regression in openblas.
For now we pin openblas on aarch64.