Expand description
AOT/JIT kernel compilation.
Modules§
- aot
- Ahead-of-time kernel compilation.
- graph
- Compiling a
teeny-coregraph’s kernels. - options
nvptxcompilercompile options.- target
- CUDA compilation target descriptions.
Structs§
- PtxCompiler
- Wraps
nvptxcompiler(NVIDIA’s standalone PTX-to-cubin compiler).