MatlabでのGPUの使用について

MatlabでGPUを使用したかったため以下のコードを実行したところParallel computing Toolboxが必要ですと表示されたのですが、インストールしないと使えないんでしょうか?
D = gpuDevice

 Respuesta aceptada

Kojiro Saito
Kojiro Saito el 8 de Dic. de 2023

1 voto

はい、表示されているメッセージ通り、gpuDevice関数はParallel Computing Toolboxの関数なのでインストールが必要です。
Parallel Computing Toolboxの製品ページに詳細がありますが、マルチCPUコアを使った並列計算やGPUでの演算に必要なToolboxとなります。

1 comentario

輝
el 11 de Dic. de 2023
回答ありがとうございます。インストールするためにParallel Computing Toolboxの購入を考えてみます。

Iniciar sesión para comentar.

Más respuestas (0)

Productos

Versión

R2023b

Etiquetas

Preguntada:

輝
el 8 de Dic. de 2023

Comentada:

輝
el 11 de Dic. de 2023

Community Treasure Hunt

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

Start Hunting!