[R] Install OpenCL

Ivan Krylov kry|ov@r00t @end|ng |rom gm@||@com
Tue Jun 14 15:59:57 CEST 2022


В Tue, 14 Jun 2022 15:37:35 +0200
Quirin Stier <Quirin_Stier using gmx.de> пишет:

> OCL=C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7
> PKG_CPPFLAGS=-IC:/Program Files/NVIDIA GPU Computing
> Toolkit/CUDA/v11.7/include
> PKG_LIBS=C:/Program Files/NVIDIA GPU Computing
> Toolkit/CUDA/v11.7/lib/x64/OpenCL.lib

> Makevars.win:2: *** missing separator.  Stop.

Are there any newlines in the value you're setting for the OCL
environment variable? If you copied it from my e-mail, there might be
some because of line-wrapping, but it should fit on one line. If you
set it correctly, file.exists(Sys.getenv('OCL')) should return TRUE.

-- 
Best regards,
Ivan



More information about the R-help mailing list