#include <sycl/detail/vector_arith.hpp>
Protected Types | |
using | vec_t = vec< DataT, NumElements > |
using | ocl_t = detail::select_cl_scalar_integral_signed_t< DataT > |
template<typename T > | |
using | vec_data = vec_helper< T > |
Protected Types inherited from sycl::_V1::detail::vec_arith_common< DataT, NumElements > | |
using | vec_t = vec< DataT, NumElements > |
Friends | |
template<typename T1 , int T2> | |
class __SYCL_EBO | vec |
vec< ocl_t, NumElements > | operator! (const vec_t &Rhs) |
vec_t | operator+ (const vec_t &Lhs) |
vec_t | operator- (const vec_t &Lhs) |
Additional Inherited Members | |
Static Protected Attributes inherited from sycl::_V1::detail::vec_arith_common< DataT, NumElements > | |
static constexpr bool | IsBfloat16 |
Definition at line 113 of file vector_arith.hpp.
|
protected |
Definition at line 116 of file vector_arith.hpp.
|
protected |
Definition at line 117 of file vector_arith.hpp.
|
protected |
Definition at line 115 of file vector_arith.hpp.
|
friend |
Definition at line 120 of file vector_arith.hpp.
Definition at line 141 of file vector_arith.hpp.
Definition at line 154 of file vector_arith.hpp.
|
friend |
Definition at line 290 of file vector_arith.hpp.