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 53bb00e commit d183807Copy full SHA for d183807
sycl/include/CL/sycl/access/access.hpp
@@ -58,6 +58,7 @@ enum class address_space : int {
58
generic_space = 6, // TODO generic_space address space is not supported yet
59
};
60
61
+enum class decorated : int { no = 0, yes = 1, legacy = 2 };
62
} // namespace access
63
64
using access::target;
0 commit comments