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+
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
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
_
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