cl::sycl::device_type< elemT, addressSpace > Struct Template Reference
#include <atomic.h>
Public Types | |
using | underlying_t = elemT |
Underlying type of the device pointer. More... | |
using | ptr_t = multi_ptr< underlying_t, addressSpace > |
Pointer type used on device. More... | |
Detailed Description
template<typename elemT, access::address_space addressSpace>
struct cl::sycl::device_type< elemT, addressSpace >
Member Typedef Documentation
◆ ptr_t
template<typename elemT , access::address_space addressSpace>
using cl::sycl::device_type< elemT, addressSpace >::ptr_t = multi_ptr<underlying_t, addressSpace> |
◆ underlying_t
template<typename elemT , access::address_space addressSpace>
using cl::sycl::device_type< elemT, addressSpace >::underlying_t = elemT |
The documentation for this struct was generated from the following file: