kokkos-utils 0.0.1
 
Loading...
Searching...
No Matches
Kokkos::utils::callbacks::PartialMatcher< AllocDescriptor > Struct Reference

For an allocation, one typically wants to check the memory space, label and size of the allocation. More...

#include <Helpers.hpp>

Public Member Functions

decltype(auto) operator() (AllocDescriptor descr) const
 

Detailed Description

For an allocation, one typically wants to check the memory space, label and size of the allocation.

Therefore, the Kokkos::utils::callbacks::AllocDescriptor::ptr is not included in the comparison (as it is subject to change from one run to another).

Definition at line 151 of file Helpers.hpp.

Member Function Documentation

◆ operator()()

decltype(auto) Kokkos::utils::callbacks::PartialMatcher< AllocDescriptor >::operator() ( AllocDescriptor descr) const
inline

Definition at line 153 of file Helpers.hpp.


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