Module cust::module

source · []
Expand description

Functions and types for working with CUDA modules.

Structs

A compiled CUDA module, loaded into a context.

Handle to a symbol defined within a CUDA module.

Enums

How to handle cases where a loaded module’s data does not contain an exact match for the specified architecture.

The possible targets when JIT compiling a PTX module.

Different options that could be applied when loading a module.

The possible optimization levels when JIT compiling a PTX module. O4 by default (most optimized).