kokkos-utils 0.0.1
 
Loading...
Searching...
No Matches
Kokkos::utils::tests::atomics::InsertMinTest< view_t > Struct Template Reference

Public Member Functions

template<typename Exec>
void apply (const Exec &exec) const
 
template<std::integral T>
KOKKOS_FUNCTION void operator() (const T trial) const
 

Public Attributes

view_t data
 
int trials = 0
 
utils::atomics::InsertMin inserter {}
 

Detailed Description

template<concepts::View view_t>
struct Kokkos::utils::tests::atomics::InsertMinTest< view_t >

Definition at line 25 of file test_InsertOp.cpp.

Member Function Documentation

◆ apply()

template<concepts::View view_t>
template<typename Exec>
void Kokkos::utils::tests::atomics::InsertMinTest< view_t >::apply ( const Exec & exec) const
inline

Definition at line 32 of file test_InsertOp.cpp.

◆ operator()()

template<concepts::View view_t>
template<std::integral T>
KOKKOS_FUNCTION void Kokkos::utils::tests::atomics::InsertMinTest< view_t >::operator() ( const T trial) const
inline

Definition at line 43 of file test_InsertOp.cpp.

Member Data Documentation

◆ data

template<concepts::View view_t>
view_t Kokkos::utils::tests::atomics::InsertMinTest< view_t >::data

Definition at line 27 of file test_InsertOp.cpp.

◆ inserter

template<concepts::View view_t>
utils::atomics::InsertMin Kokkos::utils::tests::atomics::InsertMinTest< view_t >::inserter {}

Definition at line 29 of file test_InsertOp.cpp.

◆ trials

template<concepts::View view_t>
int Kokkos::utils::tests::atomics::InsertMinTest< view_t >::trials = 0

Definition at line 28 of file test_InsertOp.cpp.


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