Open heavy *.slx files with my GPU
6 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Walter Roberson
on 25 Oct 2024
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 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!