DPC++ Runtime
Runtime libraries for oneAPI DPC++
bf16_storage_builtins.hpp File Reference
Include dependency graph for bf16_storage_builtins.hpp:

Go to the source code of this file.

Classes

struct  sycl::_V1::ext::oneapi::detail::is_bf16_storage_type< T >
 
struct  sycl::_V1::ext::oneapi::detail::is_bf16_storage_type< uint16_t >
 
struct  sycl::_V1::ext::oneapi::detail::is_bf16_storage_type< uint32_t >
 
struct  sycl::_V1::ext::oneapi::detail::is_bf16_storage_type< vec< uint16_t, N > >
 
struct  sycl::_V1::ext::oneapi::detail::is_bf16_storage_type< vec< uint32_t, N > >
 

Namespaces

 sycl
 
 sycl::_V1
 
 sycl::_V1::ext
 
 sycl::_V1::ext::oneapi
 
 sycl::_V1::ext::oneapi::detail
 

Functions

template<typename T >
std::enable_if_t< detail::is_bf16_storage_type< T >::value, T > sycl::_V1::ext::oneapi::fabs (T x)
 
template<typename T >
std::enable_if_t< detail::is_bf16_storage_type< T >::value, T > sycl::_V1::ext::oneapi::fmin (T x, T y)
 
template<typename T >
std::enable_if_t< detail::is_bf16_storage_type< T >::value, T > sycl::_V1::ext::oneapi::fmax (T x, T y)
 
template<typename T >
std::enable_if_t< detail::is_bf16_storage_type< T >::value, T > sycl::_V1::ext::oneapi::fma (T x, T y, T z)