-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speed up model fitting and reduce memory usage #2
Comments
Implemented OpenCL support via argument |
Also implemented within chain parallelism in addition to per-chain parallelism with new arguments in |
Add
|
Update - the QR decomposition option only applies to the fixed effects design matrix, and since our design matrix only includes a global intercept and then random effects it won't work. Another idea is to not model the correlation between random effects; I'm unsure how this will affect performance but it's worth a shot. |
Final update - setting |
Confirming that OpenCL GPU acceleration on my M2 Mac Mini also doesn't work, again likely due to no support for double-precision floating points (obtained using |
Some options:
save_pars
argument inbrms::brm()
brms
supports within-chain parallelism as well. be careful to not allocate more threads than the machine supportsThe text was updated successfully, but these errors were encountered: