How to use Titan-V tensor cores from Matlab to Deep Learning and General Purpose calculations
1 回表示 (過去 30 日間)
古いコメントを表示
Alexander Sonin
2018 年 2 月 12 日
回答済み: Krishna Bindumadhavan
2019 年 9 月 14 日
How to use Titan-V tensor cores from Matlab to Deep Learning and General Purpose calculations
0 件のコメント
採用された回答
Krishna Bindumadhavan
2019 年 9 月 14 日
You may take advantage of tensor cores after generating code for a trained neural network with GPU Coder. You can take a look at the Deep Learning Prediction with NVIDIA TensorRT example but set the DataType property of the DeepLearningConfig to 'fp16'. This will use the Tensor cores on the Titan-V.
In MATLAB, there is support for the half precision data type via the half precision object in the fixed point designer toolbox:
In addition, general code generation support for fp16 data type via MATLAB Coder and GPU coder is under active development and can be expected in a future release.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!