From 1de36cdf1e9ff1c93ec648de91ecce288d5430a2 Mon Sep 17 00:00:00 2001 From: Rory Mitchell Date: Tue, 24 Mar 2020 09:29:29 +1300 Subject: [PATCH] Add link to GPU documentation (#5437) --- plugin/updater_gpu/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 plugin/updater_gpu/README.md diff --git a/plugin/updater_gpu/README.md b/plugin/updater_gpu/README.md new file mode 100644 index 000000000..400104533 --- /dev/null +++ b/plugin/updater_gpu/README.md @@ -0,0 +1,3 @@ +# XGBoost GPU algorithms + +GPU algorithms are no longer a plugin and are included in official releases. [See documentation for more details](https://xgboost.readthedocs.io/en/latest/gpu/).