-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
feature requestNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request