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.
1 parent 5ee02a1 commit 7dff19bCopy full SHA for 7dff19b
sycl/include/sycl/ext/oneapi/device_global/device_global.hpp
@@ -40,7 +40,8 @@ namespace sycl {
40
inline namespace _V1 {
41
namespace ext::oneapi::experimental {
42
43
-template <typename T, typename PropertyListT> class device_global;
+template <typename T, typename PropertyListT, typename Condition>
44
+class device_global;
45
46
namespace detail {
47
// Type-trait for checking if a type defines `operator->`.
0 commit comments