[R-pkg-devel] OpenCL R packages on CRAN

2023-03-13 Thread quirin stier
Hi, I would like to ask what the current situation is regarding R packages for computations on the GPU. There are no more official CRAN packages using CUDA or OpenCL as foundation. There are only packages providing either access to OpenCL, tensorflow or similar and packages using directives in C+

[R-pkg-devel] R OpenCL on an AMD GPU

2023-02-07 Thread Quirin Stier
Hi, I am trying to set up the CRAN package "OpenCL" to run on a Windows 10 machine with an AMD GPU (Radeon 7900 XTX). I installed the AMD drivers (which carry the OpenCL.dll) and the installation of OpenCL in R didnt work. So I also downloaded the AMD SDK to set up the environment variables OCL6

[R-pkg-devel] Suppress R pop up message when using package OpenCL

2022-12-22 Thread Quirin Stier
Hi everyone, when using package OpenCL and using function OpenCL::oclSimpleKernel(...) to create a kernel function, a pop up message is created. This cannot be suppressed with suppressMessages(). Any ideas how to get rid of the message popping up? Best regards, Quirin _

[R-pkg-devel] R package development using GPU based on R package OpenCL

2022-10-11 Thread Quirin Stier
Dear members, I have difficulties packing my OpenCL functions together as a complete R package. I did not find any exemplary R package building upon the R OpenCL Package. Currently I can only run the OpenCL functions as was presented by the OpenCL examples of the OpenCL package itself. So, assumi