現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
This demo shows how to identify bottlenecks in code that is run on a CPU using the MATLAB Profiler.
The computations forming the bottleneck in this example are then executed on the system's GPU using the gpuArray() command and the interface to CUDA kernels.
Code to compare the calculations from the CPU and from the GPU is also provided.
引用
Kye Taylor (2026). Color-balance demo with GPU computing (https://jp.mathworks.com/matlabcentral/fileexchange/41089-color-balance-demo-with-gpu-computing), MATLAB Central File Exchange. に取得済み.
謝辞
ヒントを得たファイル: MATLAB for CUDA Programmers
