Skip to content

Commit

Permalink
[GPU-Plugin] Major refactor (dmlc#2644)
Browse files Browse the repository at this point in the history
* Removal of redundant code/files.
* Removal of exact namespace in GPU plugin
* Revert double precision histograms to single precision for performance on Maxwell/Kepler
  • Loading branch information
RAMitchell authored Aug 29, 2017
1 parent 39adba5 commit 19a5381
Show file tree
Hide file tree
Showing 26 changed files with 2,169 additions and 5,636 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ if(PLUGIN_UPDATER_GPU)
cuda_add_library(gpuxgboost ${CUDA_SOURCES} STATIC)
target_link_libraries(gpuxgboost nccl)
list(APPEND LINK_LIBRARIES gpuxgboost)
list(APPEND SOURCES plugin/updater_gpu/src/register_updater_gpu.cc)
endif()

add_library(objxgboost OBJECT ${SOURCES})
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
285 changes: 0 additions & 285 deletions plugin/updater_gpu/src/common.cuh

This file was deleted.

Loading

0 comments on commit 19a5381

Please sign in to comment.