Compatible GPU's for RL Toolbox
4 次查看(过去 30 天)
显示 更早的评论
Hi Everyone,
I am researching upgrading my faculty PC to permit GPU parallel computing to speed up my Reinforcement Learning training. The current GPU is not NVIDIA and not compatible with MathWorks R2021a (Intel R UHD Graphics).
Due to limitatons of the PC my IT department have mentioned the only option is a PNY NVIDIA GeForce GT1030.
Specifications features state its NVIDIA Pascal GPU technology, will this be compatible with R2021a?
Thanks in advance.
Patrick
1 个评论
Joseph Cheng
2021-6-4
编辑:Joseph Cheng
2021-6-4
according to the matlab GPU supported by release https://www.mathworks.com/help/parallel-computing/gpu-support-by-release.html suggest yes?
采纳的回答
Chidvi Modala
2021-6-7
MATLAB R2021a supports Pascal (cc6.x) where cc indicates the compute capability of the GPU architecture. GeForce GT1030 is supported, it has a compute capability of 6.1. To check your GPU compute capability, you can see ComputeCapability in the output of the gpuDevice function. Alternatively, see CUDA GPUs
You may refer to the below link for GPU support by release
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 GPU Computing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!