|
template<typename TAcc , typename = std::enable_if_t<alpaka::isAccelerator<TAcc>>> |
ALPAKA_FN_ACC void | operator() (TAcc const &acc, portabletest::TestDeviceMultiCollection3::View< 2 > view, double xvalue) const |
|
Definition at line 61 of file TestAlgo.dev.cc.
◆ operator()()
template<typename TAcc , typename = std::enable_if_t<alpaka::isAccelerator<TAcc>>>
ALPAKA_FN_ACC void ALPAKA_ACCELERATOR_NAMESPACE::TestAlgoMultiKernel3::operator() |
( |
TAcc const & |
acc, |
|
|
portabletest::TestDeviceMultiCollection3::View< 2 > |
view, |
|
|
double |
xvalue |
|
) |
| const |
|
inline |
Definition at line 64 of file TestAlgo.dev.cc.
References mps_fire::i, makeMuonMisalignmentScenario::matrix, and cms::alpakatools::uniform_elements().
68 const int32_t thread = alpaka::getIdx<alpaka::Grid, alpaka::Threads>(acc)[0u];
69 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