35#ifndef _BLAZE_MATH_FUNCTORS_SERIAL_H_
36#define _BLAZE_MATH_FUNCTORS_SERIAL_H_
69 template<
typename T >
72 return serial( std::forward<T>( a ) );
Macro for CUDA compatibility.
BLAZE_ALWAYS_INLINE constexpr EnableIf_t< IsBuiltin_v< T >||IsComplex_v< T >, const T & > serial(const T &a) noexcept
Formal serialization of the evaluation of the given argument.
Definition: Serial.h:70
#define BLAZE_ALWAYS_INLINE
Platform dependent setup of an enforced inline keyword.
Definition: Inline.h:85
#define BLAZE_DEVICE_CALLABLE
Conditional macro that sets host and device attributes when compiled with CUDA.
Definition: HostDevice.h:94
Header file for the serial shim.
Generic wrapper for the Serial() function.
Definition: Serial.h:62
System settings for the inline keywords.