Structs§
- Dwarf
Directive - Raw dwarf directive emitted by the compiler (e.g. @@dwarf).
- Entry
Function - A PTX kernel declared with the
.entrydirective. - Extern
Call Block - Func
Function - A PTX device function declared with the
.funcdirective. - Function
Alias - Alias directive relating one function symbol to another.
- Function
Body - Statements contained within a PTX function body.
- Function
Dim3 - Dimension triplet used by several function header directives.
- Location
Directive - Structured representation of a
.locdirective inside a PTX function. - Pragma
Directive - Structured representation of a
.pragmadirective. - Register
Directive - .reg .ty name
- Statement
Section Directive - Structured representation of a
.sectiondirective inside a function body.
Enums§
- Extern
Call Setup - Function
Entry Directive - Entry directives that appear before executable statements in a function body.
- Function
Header Directive - Directive tokens that may decorate a PTX function header.
- Function
Kernel Directive - All directives that describe kernel/function entities.
- Function
Statement - Nested statement block enclosed in braces. Executable items that appear within a function body.
- Statement
Directive - Directive that applies to individual statements.