|
template<typename TAcc , typename = std::enable_if_t<alpaka::isAccelerator<TAcc>>> |
ALPAKA_FN_ACC void | operator() (TAcc const &acc, portabletest::TestDeviceMultiCollection2::View< 1 > view, double xvalue) const |
|
Definition at line 39 of file TestAlgo.dev.cc.
◆ operator()()
template<typename TAcc , typename = std::enable_if_t<alpaka::isAccelerator<TAcc>>>
ALPAKA_FN_ACC void ALPAKA_ACCELERATOR_NAMESPACE::TestAlgoMultiKernel2::operator() |
( |
TAcc const & |
acc, |
|
|
portabletest::TestDeviceMultiCollection2::View< 1 > |
view, |
|
|
double |
xvalue |
|
) |
| const |
|
inline |
Definition at line 42 of file TestAlgo.dev.cc.
References mps_fire::i, makeMuonMisalignmentScenario::matrix, and cms::alpakatools::uniform_elements().
46 const int32_t thread = alpaka::getIdx<alpaka::Grid, alpaka::Threads>(acc)[0u];
47 const portabletest::Matrix matrix{{1, 2, 3, 4, 5, 6}, {2, 4, 6, 8, 10, 12}, {3, 6, 9, 12, 15, 18}};
Eigen::Matrix< double, 3, 6 > Matrix