dmlc / dmlc/xgboost

[CI] Migrate GPU workers to use openrm.

Open
#11,356 3 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.