5 lines
131 B
CMake
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
|
|
)
|