## ----setup, include = FALSE--------------------------------------------------- knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) ## ----eval = FALSE------------------------------------------------------------- # library(nmathopencl) # # # Compile-time OpenCL support in this nmathopencl build # nmathopencl_has_opencl() # # # Same check for the imported opencltools dependency # opencltools::has_opencl() # # # Host/runtime diagnostic report (opencltools) # opencltools::diagnose_glmbayes()