Skip to main content

Module options

Module options 

Source
Expand description

nvptxcompiler compile options.

Structs§

Options
nvptxcompiler compile options, translated to CLI flags by Options::to_compile_options. Each field corresponds 1:1 to an nvptxcompiler/teenyc flag of the same name (with _ replaced by -) — see Options::parse for the string-based --options CLI encoding.
OptionsBuilder
Builder for Options.

Enums§

OptLevel
nvptxcompiler --opt-level value.
OptionsBuilderError
Error type for OptionsBuilder
Sanitizer
nvptxcompiler --sanitize value.