alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
alpaka::operation::Max Struct Reference

The maximum function object. More...

#include <operation.hpp>

Public Member Functions

template<typename T>
ALPAKA_NO_HOST_ACC_WARNING ALPAKA_FN_HOST_ACC auto operator() (T *const addr, T const &value) const -> T

Detailed Description

The maximum function object.

Definition at line 80 of file operation.hpp.

Member Function Documentation

◆ operator()()

template<typename T>
ALPAKA_NO_HOST_ACC_WARNING ALPAKA_FN_HOST_ACC auto alpaka::operation::Max::operator() ( T *const addr,
T const & value ) const -> T
inline
Returns
The old value of addr.

Definition at line 85 of file operation.hpp.


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