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 c43a90f commit aaab5d3Copy full SHA for aaab5d3
sycl/include/sycl/ext/oneapi/properties/property.hpp
@@ -221,8 +221,11 @@ enum PropKind : uint32_t {
221
BuildOptions = 51,
222
BuildLog = 52,
223
FloatingPointControls = 53,
224
+ // Reserved for internal use to avoid merge conflicts. Update when possible.
225
+ InternalProperty1 = 54,
226
+ InternalProperty2 = 55,
227
// PropKindSize must always be the last value.
- PropKindSize = 54,
228
+ PropKindSize = 56,
229
};
230
231
// This trait must be specialized for all properties and must have a unique
0 commit comments