Skip to content

Commit

Permalink
Update broken link for Stan OpenCL support page
Browse files Browse the repository at this point in the history
  • Loading branch information
erictleung authored Aug 2, 2022
1 parent 9ad2918 commit 4e1af05
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/opencl_support.html) for a list of functions
[here](http://mc-stan.org/math/d0/d8f/opencl_support.html) for a list of functions
with OpenCL support.

To build the model with OpenCL support, add
Expand Down

0 comments on commit 4e1af05

Please sign in to comment.