[CI] Migrate GPU workers to use openrm.
Open
CI
feature-request
- Dominant language
- C++
- Stars
- 28.8k
- Forks
- 8.9k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 54
Description
todos:
- https://github.com/dmlc/xgboost/pull/10932
- Add tests with HMM disabled to avoid accessing host memory by accidient.
https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html#cuda
Disable HMM for UVM
+ Create or edit /etc/modprobe.d/uvm.conf.
+ Add or update the following line:
```
options nvidia_uvm uvm_disable_hmm=1
```
+ Unload and reload the nvidia_uvm kernel module or reboot the system:
``` sh
sudo modprobe -r nvidia_uvm
sudo modprobe nvidia_uvm
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.