가속화
MATLAB® 및 Simulink®에서의 코드 처리 가속화
프로토타이핑 중에 코드 실행 속도를 높이기 위해 다음을 수행할 수 있습니다.
parfor함수를 사용하여 다중 코어 또는 워커를 활용합니다.GPU에서 코드를 실행합니다. 일반적으로
gpuArray(Parallel Computing Toolbox) 함수를 사용하여 GPU로 데이터를 전송한 다음gather(Parallel Computing Toolbox) 함수를 사용하여 GPU에서 출력 데이터를 가져옵니다. Communications Toolbox™ 기능 목록은 GPU 배열을 지원하는 함수 및 System object를 참조하십시오.클라우드 또는 여러 워커가 있는 클러스터에서 시뮬레이션을 실행합니다. 자세한 내용은 MathWorks Cloud Center (Parallel Computing Toolbox) 항목을 참조하십시오.
도움말 항목
- Accelerate Simulation Using GPUs
Speed up your communications system simulation using GPUs.






