Skip to main content

Module kernel

Module kernel 

Source
Expand description

GPU kernel management — kernel types, specs, and caching.

Structs§

KernelCache
A cache that stores multiple KernelSpec entries and provides lookup.
KernelSpec
Specification of a single GPU kernel invocation.

Enums§

KernelType
Type of GPU kernel, determining workgroup shape and shared-memory usage.