You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eagerly use all vended numba.cuda modules, Bump supported Numba-CUDA version to 0.21+ (#239)
This PR bumps Numbast compatible Numba-CUDA version to 0.21.0+. And
properly documents each version's Numba-CUDA version pinning at FAQ
section.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Documentation**
* Added guidance on numba-cuda compatibility and binding-generation
requirements.
* **Chores**
* Raised and broadened numba-cuda version constraints to
>=0.21.0,<0.23.0 across environment and manifest files.
* Aligned project imports and build surfaces to CUDA-targeted APIs
consistent with the updated constraint.
* **Tests**
* Updated test suites to import and use CUDA-specific types and
datamodels.
* **New Files**
* Added a small CUDA header used by tests.
<sub>✏️ Tip: You can customize this high-level summary in your review
settings.</sub>
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Co-authored-by: Michael Wang <isVoid@users.noreply.github.com>
0 commit comments