Skip to content

Commit

Permalink
Merge branch 'develop' into release/2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeckingsale committed Dec 10, 2019
2 parents 9b0ee0e + 8f09d3d commit d360273
Show file tree
Hide file tree
Showing 10 changed files with 4,158 additions and 46 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ option(DISABLE_RM "Make ManagedArray a thin wrapper" Off)
mark_as_advanced(DISABLE_RM)
option(ENABLE_UM "Use CUDA unified (managed) memory" Off)
option(ENABLE_RAJA_PLUGIN "Build plugin to set RAJA execution spaces" Off)
option(CHAI_ENABLE_GPU_ERROR_CHECKING "Enable GPU error checking" On)

set(ENABLE_TESTS On CACHE BOOL "")
set(ENABLE_EXAMPLES On CACHE BOOL "")
Expand Down
10 changes: 10 additions & 0 deletions benchmarks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,13 @@ blt_add_executable(
blt_add_benchmark(
NAME managedarray_benchmarks
COMMAND managedarray_benchmarks)

blt_add_executable(
NAME managed_ptr_benchmarks
SOURCES chai_managed_ptr_benchmarks.cpp
DEPENDS_ON ${chai_benchmark_depends})

blt_add_benchmark(
NAME managed_ptr_benchmarks
COMMAND managed_ptr_benchmarks)

Loading

0 comments on commit d360273

Please sign in to comment.