address_space_trait<dataType, cl::sycl::access::address_space::private_space>
Types
Type | Definition | Notes |
---|---|---|
dataType | ||
dataType |
Member Fields
Field | Type | Notes |
---|---|---|
hasTarget | const bool |
There is no access target that would correspond to private_space, but we still need a valid target when doing SFINAE. |
target | const cl::sycl::access::target |