MatlabでのGPUの使用について

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

 Réponse acceptée

Kojiro Saito
Kojiro Saito le 8 Déc 2023

1 vote

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

1 commentaire

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

Connectez-vous pour commenter.

Plus de réponses (0)

Produits

Version

R2023b

Tags

Community Treasure Hunt

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

Start Hunting!