Skip to content

Commit 2abc6ec

Browse files
authored
Merge pull request #908 from eipi10/patch-1
Update broken link in opencl.Rmd
2 parents fb85ee1 + 2aff809 commit 2abc6ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vignettes/articles-online-only/opencl.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ mdata <- list(k = k, n = n, y = y, X = X)
104104
In this model, most of the computation will be handled by the
105105
`bernoulli_logit_glm_lpmf` function. Because this is a supported GPU function,
106106
it should be possible to accelerate it with OpenCL. Check
107-
[here](http://mc-stan.org/math/d0/d8f/opencl_support.html) for a list of functions
107+
[here](https://mc-stan.org/math/md_doxygen_2parallelism__support_2opencl__support.html) for a list of functions
108108
with OpenCL support.
109109

110110
To build the model with OpenCL support, add

0 commit comments

Comments
 (0)