Re: [R] Install OpenCL

2022-06-14 Thread Ivan Krylov
On Tue, 14 Jun 2022 16:14:09 +0200 Quirin Stier wrote: > Sys.setenv(OCL="C:/Program Files/NVIDIA GPU Computing > Toolkit/CUDA/v11.7") > > is working Okay, sorry for the misleading follow-up message. I see now that the configure.win script performs appropriate quoting by itself, with no need to

Re: [R] Install OpenCL

2022-06-14 Thread Ivan Krylov
В Tue, 14 Jun 2022 10:58:59 +0200 Quirin Stier пишет: > Sys.env(OCL="C:/Program Files/NVIDIA GPU Computing > Toolkit/CUDA/v11.7/include/CL") > In file included from buffer.c:2: > ocl.h:7:10: fatal error: CL/opencl.h: No such file or directory >     7 | #include >   |  ^~~~

Re: [R] Install OpenCL

2022-06-02 Thread Rasmus Liland
Dear Quirin, To be able to install OpenCL on ArchLinux, I needed to install opencl-headers first, because my system complained about CL/opencl.h ... Maybe there is something like that on Windows ... Best, Rasmus [1] https://archlinux.org/packages/extra/any/opencl-headers/ ___

[R] Install OpenCL

2022-06-02 Thread Quirin Stier
Hi everyone, the installation of OpenCL on windows with CUDA 11.7 failed. I can set up tensorflow in python and communicate with the GPU, so I assume CUDA is set up correctly. OpenCL headers are also available through the CUDA toolkit. However, the package installation of OpenCL in R fails. Ther