Further optimisations for gpu_hist. (#4283)

- Fuse final update position functions into a single more efficient kernel

- Refactor gpu_hist with a more explicit ellpack  matrix representation
This commit is contained in:
Rory Mitchell
2019-03-24 17:17:22 +13:00
committed by GitHub
parent 5aa42b5f11
commit 6d5b34d824
5 changed files with 345 additions and 297 deletions

View File

@@ -26,7 +26,7 @@
bool FileExists(const std::string& filename);
long GetFileSize(const std::string& filename);
int64_t GetFileSize(const std::string& filename);
void CreateSimpleTestData(const std::string& filename);