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 3fe916a commit 61a803cCopy full SHA for 61a803c
sycl/include/sycl/ext/oneapi/properties/property.hpp
@@ -221,11 +221,8 @@ 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.
228
- PropKindSize = 56,
+ PropKindSize = 54,
229
};
230
231
// This trait must be specialized for all properties and must have a unique
0 commit comments