mjmg
mjmg
Thanks for the clarification. Improvements in thundersvm could be any of the following: 1) Accepting native data types for the interfaces supported (python, matlab, R). this is useful if we...
Is there an easier way to switch between OpenCL and CUDA backends? Right now it seems that you have to uninstall/reinstall/rebuild packages between ``` Sys.setenv(BACKEND="CUDA") devtools::install_github("cdeterman/gpuR", ref = "cuda") ```...
For my use case, I can consider this issue partially resolved. My usual datasets are matrices with m
I encountered a similar error on my CENTOS docker container a while ago. You need to set a lot of environment variables, symlinks and fix the ICD loader. https://github.com/cdeterman/gpuR/issues/66 As...