Skip to content

Commit

Permalink
add R instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
hliuca committed Dec 19, 2024
1 parent 1614bee commit 191b58a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README-ROCm.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,13 @@ params["device"] = "cuda"
params["tree_method"] = "hist"
...
```

# R Installation

1. clone code
1. update submodules
1. mkdir build; cd build
1. cmake .. -DUSE_HIP=ON -DR_LIB=ON
1. make -j && make install
1. cd R-package-install/R-package/
1. R CMD INSTALL .

0 comments on commit 191b58a

Please sign in to comment.