Classes | |
class | filter_selector_impl |
struct | is_bf16_storage_type |
struct | is_bf16_storage_type< uint16_t > |
struct | is_bf16_storage_type< uint32_t > |
struct | is_bf16_storage_type< vec< uint16_t, N > > |
struct | is_bf16_storage_type< vec< uint32_t, N > > |
struct | jm_type_interpretation_helper_trait |
struct | jm_type_interpretation_helper_trait< sycl::ext::oneapi::experimental::matrix::precision::tf32 > |
struct | joint_matrix_cuda |
struct | owner_less_base |
class | weak_object_base |
Typedefs | |
using | Bfloat16StorageT = uint16_t |
typedef struct sycl::detail::device_filter | filter |
Functions | |
Bfloat16StorageT | bfloat16ToBits (const bfloat16 &Value) |
bfloat16 | bitsToBfloat16 (const Bfloat16StorageT Value) |
template<int Dims> | |
static range< Dims > | createDummyRange () |
template<typename SYCLObjT > | |
decltype(weak_object_base< SYCLObjT >::MObjWeakPtr) | getSyclWeakObjImpl (const weak_object_base< SYCLObjT > &WeakObj) |
std::vector< std::string > | tokenize (const std::string &Filter, const std::string &Delim) |
filter | create_filter (const std::string &Input) |
using sycl::_V1::ext::oneapi::detail::Bfloat16StorageT = typedef uint16_t |
Definition at line 30 of file bfloat16.hpp.
typedef struct sycl::detail::device_filter sycl::_V1::ext::oneapi::detail::filter |
Definition at line 26 of file filter_selector_impl.hpp.
|
inline |
|
inline |
Definition at line 213 of file bfloat16.hpp.
Referenced by sycl::_V1::ext::oneapi::experimental::fabs(), sycl::_V1::ext::oneapi::experimental::fma(), sycl::_V1::ext::oneapi::experimental::fmax(), and sycl::_V1::ext::oneapi::experimental::fmin().
filter sycl::_V1::ext::oneapi::detail::create_filter | ( | const std::string & | Input | ) |
Definition at line 49 of file filter_selector_impl.cpp.
References sycl::_V1::ext_oneapi_cuda, sycl::_V1::ext_oneapi_hip, sycl::_V1::ext_oneapi_level_zero, sycl::_V1::opencl, and tokenize().
Referenced by sycl::_V1::ext::oneapi::detail::filter_selector_impl::filter_selector_impl().
|
static |
Definition at line 34 of file weak_object.hpp.
decltype(weak_object_base<SYCLObjT>::MObjWeakPtr) sycl::_V1::ext::oneapi::detail::getSyclWeakObjImpl | ( | const weak_object_base< SYCLObjT > & | WeakObj | ) |
Definition at line 23 of file weak_object_base.hpp.
Referenced by sycl::_V1::host_accessor< DataT, Dimensions, AccessMode >::ext_oneapi_owner_before().
std::vector<std::string> sycl::_V1::ext::oneapi::detail::tokenize | ( | const std::string & | Filter, |
const std::string & | Delim | ||
) |
Definition at line 26 of file filter_selector_impl.cpp.
Referenced by create_filter(), and sycl::_V1::ext::oneapi::detail::filter_selector_impl::filter_selector_impl().