Deep learning with a GPU that supports fp16
古いコメントを表示
Hi.
NVDIA has released the new RTX 2XXX and 3XXX series that support fp16 that accelrates training process.
Does Matlab support this?
Thank you
4 件のコメント
Walter Roberson
2019 年 8 月 28 日
According to the release notes it does; https://www.mathworks.com/products/gpu-coder/whatsnew.html
but according to the Product Limitations it does not.
Joss Knight
2019 年 8 月 29 日
It is supported for deep learning code generation, but not for general code generation.
Walter Roberson
2019 年 9 月 1 日
An interesting article came through recently, https://www.linkedin.com/pulse/deep-learning-cant-progress-ieee-754-floating-point-heres-omtzigt/
Krishna Bindumadhavan
2019 年 9 月 14 日
There is support for half precision in MATLAB via the half precision object, available in the fixed point designer toolbox:https://www.mathworks.com/help/fixedpoint/ref/half.html.
General Code generation support for half precision data type via MATLAB Coder and GPU Coder is under active development. This functionality is expected in an upcoming release.
As mentioned below, there is no support currently for using half for training a deep learning network in MATLAB. This is expected in a future release.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Parallel and Cloud についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!