Andy Adinets 2a59ff2f9b Multi-GPU support in GPUPredictor. (#3738)
* Multi-GPU support in GPUPredictor.

- GPUPredictor is multi-GPU
- removed DeviceMatrix, as it has been made obsolete by using HostDeviceVector in DMatrix

* Replaced pointers with spans in GPUPredictor.

* Added a multi-GPU predictor test.

* Fix multi-gpu test.

* Fix n_rows < n_gpus.

* Reinitialize shards when GPUSet is changed.
* Tests range of data.

* Remove commented code.

* Remove commented code.
2018-10-23 22:59:11 -07:00
..
2016-01-16 10:24:01 -08:00
2018-04-19 18:57:13 +12:00
2018-10-04 16:51:38 +13:00
2018-04-19 18:57:13 +12:00
2018-10-01 01:29:03 +13:00
2018-04-19 18:57:13 +12:00
2018-04-19 18:57:13 +12:00
2018-09-19 17:39:42 +12:00