We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
using base_t
1 parent a337db6 commit 6d35831Copy full SHA for 6d35831
sycl/include/sycl/ext/oneapi/device_global/device_global.hpp
@@ -282,6 +282,7 @@ class
282
: public detail::device_global_base<T, detail::properties_t<Props...>> {
283
284
using property_list_t = detail::properties_t<Props...>;
285
+ using base_t = detail::device_global_base<T, property_list_t>;
286
287
public:
288
using element_type = std::remove_extent_t<T>;
@@ -316,6 +317,7 @@ class
316
317
318
319
320
321
322
323
0 commit comments