DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::ext::oneapi::detail::bf16 Namespace Reference

Typedefs

using Vec2StorageT = std::array< Bfloat16StorageT, 2 >
 
using Vec3StorageT = std::array< Bfloat16StorageT, 3 >
 
using Vec4StorageT = std::array< Bfloat16StorageT, 4 >
 
using Vec8StorageT = std::array< Bfloat16StorageT, 8 >
 
using Vec16StorageT = std::array< Bfloat16StorageT, 16 >
 

Typedef Documentation

◆ Vec16StorageT

Definition at line 46 of file bfloat16.hpp.

◆ Vec2StorageT

Definition at line 42 of file bfloat16.hpp.

◆ Vec3StorageT

Definition at line 43 of file bfloat16.hpp.

◆ Vec4StorageT

Definition at line 44 of file bfloat16.hpp.

◆ Vec8StorageT

Definition at line 45 of file bfloat16.hpp.