Skip to content

Commit aaab5d3

Browse files
authored
[SYCL] Reserve values in PropKind enum (#11944)
1 parent c43a90f commit aaab5d3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sycl/include/sycl/ext/oneapi/properties/property.hpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,11 @@ enum PropKind : uint32_t {
221221
BuildOptions = 51,
222222
BuildLog = 52,
223223
FloatingPointControls = 53,
224+
// Reserved for internal use to avoid merge conflicts. Update when possible.
225+
InternalProperty1 = 54,
226+
InternalProperty2 = 55,
224227
// PropKindSize must always be the last value.
225-
PropKindSize = 54,
228+
PropKindSize = 56,
226229
};
227230

228231
// This trait must be specialized for all properties and must have a unique

0 commit comments

Comments
 (0)