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::oneapi | |
Typedefs | |
template<typename T = void> | |
using | cl::sycl::ext::oneapi::plus = std::plus< T > |
template<typename T = void> | |
using | cl::sycl::ext::oneapi::multiplies = std::multiplies< T > |
template<typename T = void> | |
using | cl::sycl::ext::oneapi::bit_or = std::bit_or< T > |
template<typename T = void> | |
using | cl::sycl::ext::oneapi::bit_xor = std::bit_xor< T > |
template<typename T = void> | |
using | cl::sycl::ext::oneapi::bit_and = std::bit_and< T > |
template<typename T = void> | |
using | cl::sycl::ext::oneapi::maximum = sycl::maximum< T > |
template<typename T = void> | |
using | cl::sycl::ext::oneapi::minimum = sycl::minimum< T > |