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
Is your feature request related to a problem? Please describe.
I wish I could use numba-cuda to query more information from the device. cudaDeviceProp can be quite useful to check what kind of hardware one is working with, and based on this information one could adapt the grid.
Describe the solution you'd like
Somehow expose information about the device through additional properties or functions on the device object.
We are working on this (NVIDIA/cuda-python#210) and going forward we'll help numba-cuda avoid having to expose CUDA features to Python (similar to #102) so that it can focus on its missions.
Is your feature request related to a problem? Please describe.
I wish I could use numba-cuda to query more information from the device. cudaDeviceProp can be quite useful to check what kind of hardware one is working with, and based on this information one could adapt the grid.
Describe the solution you'd like
Somehow expose information about the device through additional properties or functions on the
device
object.Describe alternatives you've considered
Using other packages, like cupy (https://docs.cupy.dev/en/stable/reference/generated/cupy.cuda.Device.html). But I would prefer to minimize dependencies if possible.
Additional context
N/A
The text was updated successfully, but these errors were encountered: