Kokkos Core Kernels Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
dummy.cpp
1 
2 
3 namespace Kokkos {
4 namespace AvoidCompilerWarnings {
5 int dontComplain() {
6  // keep the compiler from complaining about emptiness
7  return 0;
8 }
9 } // namespace AvoidCompilerWarnings
10 } // namespace Kokkos