Edit: Solved following here . Original Question: I would like to install xgboost for RStudio into the GPU on Windows 10. I have attempted to follow the instructions here, here, and here; however my knowledge of Linux is not enough to understand why it isn't working.
This is my current command and error:
billp@DESKTOP-63F9UDC MINGW64 ~/xgboost/R-package (master)
$ cmake .. -G"Visual Studio 16 2019" -A x64 -DUSE_CUDA=ON -DR_LIB=ON -DR_VERSION=3.18.0 -DLIBR_HOME="C:\Program Files\R\R-4.0.2"
CMake Error at CMakeLists.txt:2 (project):
Generator
Visual Studio 16 2019
could not find any instance of Visual Studio.
-- Configuring incomplete, errors occurred!
See also "C:/Users/billp/xgboost/R-package/CMakeFiles/CMakeOutput.log".
This is my version of Visual Studio:
Any help would be deeply appreciated.