How to run multivariate regression on GPU?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Let's say my Y is "100000x1 gpuArray double" and my x is "100000x3 gpuArray double". How can I change the data structure so that I can use the 'regress' or a similar syntax? Thanks!
0 Commenti
Risposte (1)
Abel Babu
il 2 Giu 2017
Hi MJ,
You can use the 'gather' function to get back the data in the gpuarray to the workplace. More about the same can be read here: http://in.mathworks.com/help/distcomp/gather.html
Abel
0 Commenti
Vedere anche
Categorie
Scopri di più su GPU Computing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!