Ensure DeprecationWarning
is not raised to cuda.core
users from cuda.bindings
#282
Labels
cuda.core
Everything related to the cuda.core module
enhancement
Any code-related improvements
P1
Medium priority - Should do
Milestone
We need to have a custom logic that uses the new layout if available, and fall back to the old layout. Something like this:
It's the best to centralize this logic in, say,
_utils.py
and have all other modules import from there.The text was updated successfully, but these errors were encountered: