alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::test::VerifyViewsEqualKernel Struct Reference

Compares iterators element-wise. More...

#include <ViewTest.hpp>

Public Member Functions

template<typename TAcc , typename TIterA , typename TIterB >
ALPAKA_NO_HOST_ACC_WARNING ALPAKA_FN_ACC void operator() (TAcc const &acc[[maybe_unused]], bool *success, TIterA beginA, TIterA const &endA, TIterB beginB) const
 

Detailed Description

Compares iterators element-wise.

Definition at line 150 of file ViewTest.hpp.

Member Function Documentation

◆ operator()()

template<typename TAcc , typename TIterA , typename TIterB >
ALPAKA_NO_HOST_ACC_WARNING ALPAKA_FN_ACC void alpaka::test::VerifyViewsEqualKernel::operator() ( TAcc const &acc]  [[maybe_unused],
bool *  success,
TIterA  beginA,
TIterA const &  endA,
TIterB  beginB 
) const
inline

Definition at line 154 of file ViewTest.hpp.


The documentation for this struct was generated from the following file: