CMS 3D CMS Logo

Functions
ALPAKA_ACCELERATOR_NAMESPACE::alpakatest Namespace Reference

Functions

void printAnswer ()
 

Function Documentation

◆ printAnswer()

void ALPAKA_ACCELERATOR_NAMESPACE::alpakatest::printAnswer ( )

Definition at line 9 of file printAnswer.cc.

9  {
10  HostOnlyType answer(42);
11  answer.print();
12  }