Is lhsdesign (latin hypercube sampling) supported by gpuArray?

2 views (last 30 days)
I guess the title is self explainatory. It is not listed by methods('gpuArray') in the PC in am using. If the answer is no, then are there any sampling methods which could somehow be parallelised using gpuArray, including lhsdesign?

Accepted Answer

Joss Knight
Joss Knight on 4 Nov 2019
It is not supported. You can tell whether or not a function supports gpuArray, more reliably than from the list of gpuArray methods, by looking for an 'Extended Capabilities' section on the documentation reference page.
I cannot unfortunately comment on alternatives since it's not my speciality.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!