[R] Install OpenCL

Ivan Krylov kry|ov@r00t @end|ng |rom gm@||@com
Thu Jun 2 17:46:55 CEST 2022


В Thu, 2 Jun 2022 16:49:27 +0200
Quirin Stier <Quirin_Stier using gmx.de> пишет:

> ERROR: OCL not set!
> 
> You will need a working OpenCL SDK with headers
> and libraries for both i386 and x64
> 
> Set OCL to the root of the SDK

Admittedly, it's not mentioned in the package's INSTALL file, but as
the configure script says, you need to set the "OCL" environment
variable to the path where you have OpenCL SDK installed. Use
Sys.setenv() to set the variable before running install.packages().

Also, make sure that the OpenCL DLLs are available via the %PATH%
variable.

-- 
Best regards,
Ivan



More information about the R-help mailing list