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
В 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
> | ^~~~
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/
___
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
4 matches
Mail list logo