Skip to content

Commit

Permalink
Remove curand performance test (#1543)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethrj authored Dec 10, 2024
1 parent 881c236 commit 4725845
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 392 deletions.
8 changes: 0 additions & 8 deletions test/celeritas/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -364,14 +364,6 @@ celeritas_add_test(random/distribution/RejectionSampler.test.cc)
celeritas_add_test(random/distribution/UniformBoxDistribution.test.cc)
celeritas_add_test(random/distribution/UniformRealDistribution.test.cc)

if(CELERITAS_USE_CUDA)
celeritas_add_test(random/curand/CurandPerformance.test.cc GPU
SOURCES random/curand/CurandPerformance.test.cu
LINK_LIBRARIES Celeritas::DeviceToolkit
${_disable_if_debug}
)
endif()

#-----------------------------------------------------------------------------#
# Track
celeritas_add_test(track/Sim.test.cc ${_needs_geant4})
Expand Down
174 changes: 0 additions & 174 deletions test/celeritas/random/curand/CurandPerformance.test.cc

This file was deleted.

166 changes: 0 additions & 166 deletions test/celeritas/random/curand/CurandPerformance.test.cu

This file was deleted.

Loading

0 comments on commit 4725845

Please sign in to comment.