Skip to content

Commit

Permalink
Merge pull request rapidsai#384 from rapidsai/branch-0.14
Browse files Browse the repository at this point in the history
[gpuCI] Auto-merge branch-0.14 to branch-0.15 [skip ci]
  • Loading branch information
GPUtester committed May 25, 2020
2 parents a14bf44 + 212bac8 commit 6ca2a04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
- PR #367 Fix flake8 issues
- PR #368 Fix `clang-format` missing comma bug
- PR #370 Fix stream and mr use in `device_buffer` methods
- PR #379 Remove deprecated calls from synchronization.cpp
- PR #379 Remove deprecated calls from synchronization.cpp
- PR #381 Remove test_benchmark.cpp from cmakelists


# RMM 0.13.0 (Date TBD)
Expand Down
8 changes: 0 additions & 8 deletions benchmarks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ link_directories("${CMAKE_CUDA_IMPLICIT_LINK_DIRECTORIES}" # CMAKE_CUDA_IMPLICIT
### test sources ##################################################################################
###################################################################################################

###################################################################################################
# - test benchmark --------------------------------------------------------------------------------

set(TEST_BENCH_SRC
"${CMAKE_CURRENT_SOURCE_DIR}/test/test_benchmark.cpp")

ConfigureBench(TEST_BENCH "${TEST_BENCH_SRC}")

###################################################################################################
# - random allocations benchmark --------------------------------------------------------------------------------

Expand Down

0 comments on commit 6ca2a04

Please sign in to comment.