-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from nvidianz/fix-double-free
Fixed memory leaks in tests
- Loading branch information
Showing
7 changed files
with
41 additions
and
11 deletions.
There are no files selected for viewing
Submodule dmlc-core
updated
3 files
+1 −6 | include/dmlc/config.h | |
+6 −3 | src/data/csv_parser.h | |
+4 −4 | tracker/dmlc_tracker/tracker.py |
Submodule gputreeshap
updated
12 files
+1 −7 | .gitignore | |
+1 −9 | CMakeLists.txt | |
+0 −2,576 | Doxyfile.in | |
+12 −45 | GPUTreeShap/gpu_treeshap.h | |
+8 −7 | README.md | |
+10 −24 | benchmark/benchmark_gpu_treeshap.cu | |
+0 −6 | build.sh | |
+25 −5 | ci/gpu/build.sh | |
+0 −33 | cmake/doxygen.cmake | |
+0 −3 | example/example.cu | |
+1 −6 | tests/test_gpu_treeshap.cu | |
+2 −5 | tests/test_utils.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters