Files
lammps/lib/kokkos/benchmarks/bytes_and_flops/CMakeLists.txt
2024-04-05 08:20:57 -06:00

5 lines
131 B
CMake

KOKKOS_ADD_EXECUTABLE(
bytes_and_flops
SOURCES bench_double.cpp bench_float.cpp bench_int32_t.cpp bench_int64_t.cpp main.cpp
)