[GPU-Plugin] Major refactor (#2644)

* Removal of redundant code/files.
* Removal of exact namespace in GPU plugin
* Revert double precision histograms to single precision for performance on Maxwell/Kepler
This commit is contained in:
Rory Mitchell
2017-08-30 10:53:52 +12:00
committed by GitHub
parent 39adba51c5
commit 19a53814ce
26 changed files with 2170 additions and 5637 deletions

View File

@@ -214,7 +214,6 @@ pylint:
flake8 --ignore E501 tests/python
test: $(ALL_TEST)
./plugin/updater_gpu/test/cpp/generate_data.sh
$(ALL_TEST)
check: test