Go to the source code of this file.
|
| cl |
| We provide new interfaces for matrix muliply in this patch:
|
|
| cl::sycl |
|
|
template<typename ElementType > |
using | cl::sycl::generic_ptr = multi_ptr< ElementType, access::address_space::generic_space > |
|
template<typename ElementType > |
using | cl::sycl::global_ptr = multi_ptr< ElementType, access::address_space::global_space > |
|
template<typename ElementType > |
using | cl::sycl::device_ptr = multi_ptr< ElementType, access::address_space::ext_intel_global_device_space > |
|
template<typename ElementType > |
using | cl::sycl::host_ptr = multi_ptr< ElementType, access::address_space::ext_intel_global_host_space > |
|
template<typename ElementType > |
using | cl::sycl::local_ptr = multi_ptr< ElementType, access::address_space::local_space > |
|
template<typename ElementType > |
using | cl::sycl::constant_ptr = multi_ptr< ElementType, access::address_space::constant_space > |
|
template<typename ElementType > |
using | cl::sycl::private_ptr = multi_ptr< ElementType, access::address_space::private_space > |
|