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

Compares element-wise that all bytes are set to the same value. More...

#include <ViewTest.hpp>

Public Member Functions

template<typename TAcc , typename TIter >
ALPAKA_NO_HOST_ACC_WARNING ALPAKA_FN_ACC void operator() (TAcc const &acc[[maybe_unused]], bool *success, TIter const &begin, TIter const &end, std::uint8_t const &byte) const
 

Detailed Description

Compares element-wise that all bytes are set to the same value.

Definition at line 104 of file ViewTest.hpp.

Member Function Documentation

◆ operator()()

template<typename TAcc , typename TIter >
ALPAKA_NO_HOST_ACC_WARNING ALPAKA_FN_ACC void alpaka::test::VerifyBytesSetKernel::operator() ( TAcc const &acc]  [[maybe_unused],
bool *  success,
TIter const &  begin,
TIter const &  end,
std::uint8_t const &  byte 
) const
inline

Definition at line 108 of file ViewTest.hpp.


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