How to use both GPU devices in the laptop

6 ビュー (過去 30 日間)
Sunil
Sunil 2024 年 12 月 7 日
コメント済み: Walter Roberson 2024 年 12 月 7 日
Hi all,
I have 2 GPUs available in my laptop as listed in the task manager, but gpuDeviceTable lists only one .
How can I enable both the GPUs and run my job in both the GPUs.
I am using Matlab 2024b on Windows 11 .
Any thoughts and ideas towards this is much appreciated
Sunil

回答 (2 件)

Walter Roberson
Walter Roberson 2024 年 12 月 7 日
MATLAB is only able to use NVIDIA GPUs for deliberate GPU access.
MATLAB has no way of accessing the Intel Iris Xe GPU in the GPU table.
  2 件のコメント
Sunil
Sunil 2024 年 12 月 7 日
Thanks for the quick reply .
Is there any way to overcome this ?
Walter Roberson
Walter Roberson 2024 年 12 月 7 日
Well, you can call out from MATLAB to one of the Python GPU implementations; perhaps even a commercial version from ArrayFire

サインインしてコメントする。


Joss Knight
Joss Knight 2024 年 12 月 7 日
You cannot use your Intel Iris GPU for numerical computation in MATLAB. The best way to use both GPUs is to make sure your integrated GPU is enabled for hardware accelerated graphics, leaving your NVIDIA GPU free for compute. If you're doing something graphics-intensive, such as volumetric rendering, or RoadRunner simulation, you'll find this parallelism useful.

カテゴリ

Help Center および File ExchangeGPU Computing についてさらに検索

製品


リリース

R2024b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by