cuda.core._module.KernelAttributes#
- class cuda.core._module.KernelAttributes(*args, **kwargs)#
Read-only view of a kernel’s per-device attributes.
The default view returned by
Kernel.attributesis bound to the current device, resolved at attribute-access time. Usekernel.attributes[device]to obtain a view bound to a specific device (anintdevice ordinal orDevice). Per-device views share the underlying cache so a value queried through one view is visible through the others.Methods
- __init__(*args, **kwargs)#
Attributes