-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues in installing 'gpuR' in Windows10 #151
Comments
Thanks for the prompt reply. Below is my pc spec: Below are some actions I tried:
I suspect the OpenCL.dll file is missing in my computer and therefore I download it from here and put the file in Next I followed the comment on adding
but it gives me
Therefore I add
|
@boscolamhk you are installing from the 'master' branch? I put in a fix for the missing directory problem in the 'develop' branch when building the ICD loader. |
@cdeterman Sorry I am not sure what master branch is, but I use this line:
If it is not the master branch, would you mind providing more guidelines on how to do it please? |
I tried installing once again and posted the full output for your reference:
|
I have been able to get the x64 architecture ViennaCL errors working by following the registry editing advice in #144. However, I too have persistent i386 architecture errors that the registry editing method hasn't yet resolved. Specifically, I'm referring to the final lines in the output:
|
@cdeterman is there any update? |
NVIDIA based system with R-3.6 |
Workaround that did it for me: Re-install R & R-tools with 64-bit binaries and libraries only. |
I have the same error I waste more than week and I can't solve this issue? I appreciate your help! |
** building package indices
|
Uninstall both R & R-tools from the system. Do a reboot. Install both back but select ONLY 64-bit versions. Make sure the registry fix is in place (#150). Hope this helps. |
Hello All,
I have recently got a new desktop and graphic cards (NVIDIA GTX2060) and would like to install 'gpuR' to speed up the computation. I follow this post for the installation and it doesn't seem like working However, I have been facing some error messages after reading others' posts with similar issues.
Below is the log (only the error part) after running the code above:
Based on the error message above, I suspect there is some issues installing ViennaCL. Therefore, I run the following:
install_github("cdeterman/RViennaCL", force = TRUE)
There is no error message for the above installation and I can run
library(RViennaCL)
Based on the posts I read regarding similar issues, I notice the following which may be different from the others:
The environmental variables OPENCL_INC and OPENCL_LIB32/OPENCL_LIB64 pointing towards your opencl headers and opencl library (OpenCL.dll) respectively.
-- On this requirement, I notice that there is no OpenCL.dll file in my OPENCL_INC path. Instead, I find the file in
Any advice would be welcome. Thank you very much.
The text was updated successfully, but these errors were encountered: