Main Content

ARM Compute Library architecture

ARM architecture supported by target hardware

Since R2020b

Model Configuration Pane: Code Generation / Interface

Description

The ARM Compute Library architecture parameter specifies the ARM® architecture that is supported by your target hardware.

Dependency

To enable this parameter, set the Target Library parameter to ARM Compute.

Settings

Unspecified (default) | character vector

Specifies the ARM architecture supported in the target hardware, specified as a character vector. The specified architecture must be the same as the architecture for the ARM Compute Library on the target hardware.

Recommended Settings

ApplicationSetting
Debugging 
Traceability 
Efficiency 
Safety precaution 

Programmatic Use

Parameter: DLArmComputeArch
Type: character vector
Value: 'Unspecified' | 'armv8' | 'armv7'
Default: 'Unspecified'

Version History

Introduced in R2020b