Additional compiler flags - Pass additional flags to GPU compiler - MATLAB (original) (raw)

Main Content

Pass additional flags to GPU compiler

Since R2020b

Model Configuration Pane: Code Generation / GPU Code

Description

The Additional compiler flags parameter specifies additional flags to the NVIDIA® nvcc compiler.

Dependencies

Settings

'' (default) | _`argument-list`_

Pass additional flags to the GPU compiler. For example, --fmad=false instructs the nvcc compiler to disable contraction of floating-point multiply and add to a single Floating-Point Multiply-Add (FMAD) instruction.

For similar NVIDIA compiler options, see the topic on NVCC Command Options in the CUDA® Toolkit documentation.

Application Setting
Debugging No impact
Traceability No impact
Efficiency No impact
Safety precaution No impact

Programmatic Use

Parameter: GPUCompilerFlags
Type: character vector
Value: '' or a valid user-specified flag
Default: ''

Version History

Introduced in R2020b