I have found more general questions, but I have a specific one.  I
have a few million (independent) short regressions that I would like
to run (each reg has about 60 observations, though they can have
missing observations [yikes]).  So, I would like to be running as many
`lm` and `coef(lm)` in parallel as possible.  my hardware is Mac, with
nice GPUs and integrated memory --- and so far completely useless to
me.  `mclapply` is obviously very useful, but I want more, more, more
cores.

is there a recommended plug-in library to speed up just `lm` by also
using the GPU cores?

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide https://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to