Skip to content

Commit

Permalink
Update broken link in opencl.Rmd
Browse files Browse the repository at this point in the history
Current link is broken. I've changed it to what appears to be the current correct link, but I'm not positive.
  • Loading branch information
eipi10 authored Jan 23, 2024
1 parent fb85ee1 commit 2aff809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles-online-only/opencl.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ mdata <- list(k = k, n = n, y = y, X = X)
In this model, most of the computation will be handled by the
`bernoulli_logit_glm_lpmf` function. Because this is a supported GPU function,
it should be possible to accelerate it with OpenCL. Check
[here](http://mc-stan.org/math/d0/d8f/opencl_support.html) for a list of functions
[here](https://mc-stan.org/math/md_doxygen_2parallelism__support_2opencl__support.html) for a list of functions
with OpenCL support.

To build the model with OpenCL support, add
Expand Down

0 comments on commit 2aff809

Please sign in to comment.