Open heavy *.slx files with my GPU
조회 수: 6 (최근 30일)
이전 댓글 표시
I have some very large *.slx files and they take a long time to open with my CPU, is there any way to configure matlab to open those files with a GPU to make it faster to open them?
댓글 수: 0
답변 (1개)
Walter Roberson
2024년 10월 25일
Sorry, there is no way to open them with GPU.
With GPU Coder™, you can speed up the execution of Simulink® models that contain MATLAB Function (Simulink) blocks. GPU-accelerated simulation also works with models that contain blocks from the Deep Neural Networks library of the Deep Learning Toolbox™ or the Analysis and Enhancement library from the Computer Vision Toolbox™. GPU-accelerated simulation requires a CUDA®-enabled NVIDIA® GPU.
So you can speed up the execution of MATLAB Function Blocks... but not the opening of models.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!