이 페이지는 기계 번역을 사용하여 번역되었습니다. 영어 원문을 보려면 여기를 클릭하십시오.
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 이후)
