GPU and Statistical Toolbox
显示 更早的评论
Dear All,
Can I use gpuArray class and GPUs while using some Statistical Toolbox function like 'ksdensity' or 'adtest' ? I have very large number of points in the data vector approx 1 million (and the calculation loops for approx 1200 times) and it is becoming very slow. Any suggestion is welcome.
Thanks and Regards, Debjit.
1 个评论
Jon Cherrie
2022-11-16
For a list of functions in Statistics and Machine Learning Toolbox that support GPU computation, see
For individual functions, look for the "Extended Capabilities" section on the relevent doc page, e.g.,
- ksdensity : https://au.mathworks.com/help/stats/ksdensity.html#refsect-extended-capabilities --> GPU Arrays, Tall Arrays and C/C++ code generation are supported
- adtest : https://au.mathworks.com/help/stats/adtest.html --> no "Extended Capabilities" at this time.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Descriptive Statistics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!