Skip to content

[FEA] Make device attributes queryable #111

@din14970

Description

@din14970

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions