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!