GPU and Statistical Toolbox
Mostrar comentarios más antiguos
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 comentario
Jon Cherrie
el 16 de Nov. de 2022
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.
Respuestas (0)
Categorías
Más información sobre Descriptive Statistics en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!