Skip to main content

Module kernel_extractor

Module kernel_extractor 

Source
Expand description

Kernel extraction utilities

Extracts kernel definitions and metadata from a parsed CUDA AST.

Structs§

KernelInfo
Information about an extracted kernel

Functions§

extract_device_functions
Extract all device functions from the AST
extract_kernel_by_name
Extract a single kernel by name
extract_kernels
Extract all kernel definitions from an AST