Skip to content

Commit

Permalink
Remove legacy benchmarks and other dvs/p4 remenants. (#1901)
Browse files Browse the repository at this point in the history
Removes dead code and other assorted eldritch horrors from bygone eras.
  • Loading branch information
alliepiper committed Jun 24, 2024
1 parent 54fd507 commit 3df3bcf
Show file tree
Hide file tree
Showing 102 changed files with 0 additions and 8,261 deletions.
6 changes: 0 additions & 6 deletions thrust/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ option(THRUST_ENABLE_EXAMPLES "Build Thrust examples." "ON")
option(THRUST_ENABLE_BENCHMARKS "Build Thrust runtime benchmarks." "${CCCL_ENABLE_BENCHMARKS}")
option(THRUST_INCLUDE_CUB_CMAKE "Build CUB tests and examples. (Requires CUDA)." "OFF")

# Mark this option as advanced for now. We'll revisit this later once the new
# benchmarks are ready. For now, we just need to expose a way to compile
# bench.cu from CMake for NVIDIA's internal builds.
mark_as_advanced(THRUST_ENABLE_BENCHMARKS)

# Check if we're actually building anything before continuing. If not, no need
# to search for deps, etc. This is a common approach for packagers that just
# need the install rules. See GH issue NVIDIA/thrust#1211.
Expand Down Expand Up @@ -135,7 +130,6 @@ endif()

if (THRUST_ENABLE_BENCHMARKS)
add_subdirectory(benchmarks)
add_subdirectory(internal/benchmark)
endif()

if (THRUST_INCLUDE_CUB_CMAKE AND THRUST_CUDA_FOUND)
Expand Down
31 changes: 0 additions & 31 deletions thrust/internal/benchmark/CMakeLists.txt

This file was deleted.

30 changes: 0 additions & 30 deletions thrust/internal/benchmark/README.txt

This file was deleted.

Loading

0 comments on commit 3df3bcf

Please sign in to comment.