kokkos-utils
0.0.1
Loading...
Searching...
No Matches
main.cpp
Go to the documentation of this file.
1
#include "gtest/gtest.h"
2
3
#include "Kokkos_Core.hpp"
4
6
int
main
(
int
argc,
char
**argv)
7
{
8
::testing::InitGoogleTest(&argc, argv);
9
10
Kokkos::initialize(argc, argv);
11
12
const
auto
result = RUN_ALL_TESTS();
13
14
Kokkos::finalize();
15
16
return
result;
17
}
main
int main(int argc, char **argv)
Initialize Google Test and Kokkos.
Definition
main.cpp:6
tests
main.cpp
Generated on Thu Apr 17 2025 12:50:27 for kokkos-utils by
1.13.2