Files
lammps/lib/kokkos/benchmarks/CMakeLists.txt
2024-12-13 09:23:03 -07:00

13 lines
620 B
CMake

#FIXME_OPENMPTARGET - compiling in debug mode causes ICE.
kokkos_add_benchmark_directories(atomic)
kokkos_add_benchmark_directories(gather)
kokkos_add_benchmark_directories(gups)
kokkos_add_benchmark_directories(launch_latency)
kokkos_add_benchmark_directories(stream)
kokkos_add_benchmark_directories(view_copy_constructor)
#FIXME_OPENMPTARGET - These two benchmarks cause ICE. Commenting them for now but a deeper analysis on the cause and a possible fix will follow.
if(NOT Kokkos_ENABLE_OPENMPTARGET)
kokkos_add_benchmark_directories(policy_performance)
kokkos_add_benchmark_directories(bytes_and_flops)
endif()