Issues in installing 'gpuR' in Windows10 #151- Continuing
NVIDIA (Quadro M620) based system with R-3.6 I have the exact comment as you have. I have also added a registry key as described in issue 144 by "dualvim commented on Jan 18 >" on nvopencl64.dll
Ran:
devtools::install_github("cdeterman/gpuR") Downloading GitHub repo cdeterman/gpuR@master These packages have more recent versions available. Which would you like to update? 1: xfun (0.6 -> 0.7) [CRAN]
Error below: ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location *** arch - i386 Error: package or namespace load failed for 'gpuR': .onAttach failed in attachNamespace() for 'gpuR', details: call: initContexts() error: ViennaCL: FATAL ERROR: ViennaCL encountered an unknown OpenCL error. Most likely your OpenCL SDK or driver is not installed properly. In some cases, this error is due to an invalid global work size or several kernel compilation errors. If you think that this is a bug in ViennaCL, please report it at [email protected] and supply at least the following information:
- Operating System
- Which OpenCL implementation (AMD, NVIDIA, etc.)
- ViennaCL version Many thanks in advance! Error: loading failed Execution halted *** arch - x64 Error: package or namespace load failed for 'gpuR': .onAttach failed in attachNamespace() for 'gpuR', details: call: initContexts() error: ViennaCL: FATAL ERROR: ViennaCL encountered an unknown OpenCL error. Most likely your OpenCL SDK or driver is not installed properly. In some cases, this error is due to an invalid global work size or several kernel compilation errors. If you think that this is a bug in ViennaCL, please report it at [email protected] and supply at least the following information:
- Operating System
- Which OpenCL implementation (AMD, NVIDIA, etc.)
- ViennaCL version Many thanks in advance! Error: loading failed Execution halted ERROR: loading failed for 'i386', 'x64'
- removing 'C:/Program Files/R/R-3.6.0/library/gpuR' Error in i.p(...) : (converted from warning) installation of package ‘C:/Users/DEV~1.ADM/AppData/Local/Temp/RtmpIthjzV/file29c8085f5165/gpuR_2.0.2.tar.gz’ had non-zero exit status
I have the same problem
Same problem here