HVX のコードの最適化
コード置換を使用して Hexagon Vector eXtension 用に最適化されたコードを生成する
コード置換を使用して、ブロック、System object、および数学演算子からデジタル信号処理用に最適化されたコードを生成します。
Qualcomm® Hexagon® プロセッサでは、ベクトル プロセッサ用の Hexagon Vector eXtension (HVX) によるコード置換を可能にするには特定の条件が必要です。このコード置換は、モデルから C/C++ コードを生成するときに使用します。
ブロック
| HVX Conv2D | 2-D convolution for HVX (R2026a 以降) |
| HVX Dilate | 2-D grayscale dilation for HVX (R2026a 以降) |
| HVX Erode | 2-D grayscale erosion for HVX (R2026a 以降) |
関数
QHVXIPCV.conv2D | 2-D convolution for HVX (R2026a 以降) |
QHVXIPCV.dilate3x3 | 2-D grayscale dilation with a 3-by-3 square structuring element for HVX (R2026a 以降) |
QHVXIPCV.dilate5x5 | 2-D grayscale dilation with a 5-by-5 square structuring element for HVX (R2026a 以降) |
QHVXIPCV.dilate7x7 | 2-D grayscale dilation with a 7-by-7 square structuring element for HVX (R2026a 以降) |
QHVXIPCV.erode3x3 | 2-D grayscale erosion with a 3-by-3 square structuring element for HVX (R2026a 以降) |
QHVXIPCV.erode5x5 | 2-D grayscale erosion with a 5-by-5 square structuring element for HVX (R2026a 以降) |
QHVXIPCV.erode7x7 | 2-D grayscale erosion with a 7-by-7 square structuring element for HVX (R2026a 以降) |
トピック
- Conditions for Code Replacement of DSP Blocks with HVX
Specify conditions for DSP blocks to allow code replacement with the Hexagon Vector Extension.
- Conditions for Code Replacement of DSP System Objects with HVX
Specify conditions for DSP System objects to allow code replacement with the Hexagon Vector Extension.
- Conditions for Code Replacement of Math Operators with HVX
Specific CRL conditions for math operators to allow code replacement with the Hexagon Vector Extension.
- Generate SIMD Code using Hexagon and HVX Instruction Set for Qualcomm Hexagon Processors
Learn how to generate SIMD code from MATLAB® functions using Hexagon and HVX instruction set for Qualcomm Hexagon processors. (R2026a 以降)
