CMS 3D CMS Logo

printAnswer.cc
Go to the documentation of this file.
4 
6  using namespace ::alpakatest;
7 
8  // A simple function to demonstarte the dependency on host-only types from alpaka libraries
9  void printAnswer() {
10  HostOnlyType answer(42);
11  answer.print();
12  }
13 
14 } // namespace ALPAKA_ACCELERATOR_NAMESPACE::alpakatest