From 2aff80922a40008dbd164567476ce15f0fc48ad6 Mon Sep 17 00:00:00 2001 From: Joel Schwartz Date: Tue, 23 Jan 2024 12:46:52 -0800 Subject: [PATCH] Update broken link in opencl.Rmd Current link is broken. I've changed it to what appears to be the current correct link, but I'm not positive. --- vignettes/articles-online-only/opencl.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/articles-online-only/opencl.Rmd b/vignettes/articles-online-only/opencl.Rmd index 83844707..dd667f87 100644 --- a/vignettes/articles-online-only/opencl.Rmd +++ b/vignettes/articles-online-only/opencl.Rmd @@ -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