Go to the source code of this file.
Namespaces | |
cl | |
We provide new interfaces for matrix muliply in this patch: | |
cl::sycl | |
cl::sycl::ext | |
cl::sycl::ext::intel | |
Typedefs | |
template<bool _B> | |
using | cl::sycl::ext::intel::burst_coalesce = burst_coalesce_impl< _B > |
template<bool _B> | |
using | cl::sycl::ext::intel::prefetch = prefetch_impl< _B > |
template<bool _B> | |
using | cl::sycl::ext::intel::statically_coalesce = statically_coalesce_impl< _B > |
Variables | |
constexpr uint8_t | cl::sycl::ext::intel::BURST_COALESCE = 0x1 |
constexpr uint8_t | cl::sycl::ext::intel::CACHE = 0x2 |
constexpr uint8_t | cl::sycl::ext::intel::STATICALLY_COALESCE = 0x4 |
constexpr uint8_t | cl::sycl::ext::intel::PREFETCH = 0x8 |