Skip to content

Commit

Permalink
Revert "[SYCL] Reserve values in PropKind enum (#11944)" (#11959)
Browse files Browse the repository at this point in the history
This reverts commit aaab5d3.
  • Loading branch information
KornevNikita authored Nov 21, 2023
1 parent 3fe916a commit 61a803c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sycl/include/sycl/ext/oneapi/properties/property.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,8 @@ enum PropKind : uint32_t {
BuildOptions = 51,
BuildLog = 52,
FloatingPointControls = 53,
// Reserved for internal use to avoid merge conflicts. Update when possible.
InternalProperty1 = 54,
InternalProperty2 = 55,
// PropKindSize must always be the last value.
PropKindSize = 56,
PropKindSize = 54,
};

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

0 comments on commit 61a803c

Please sign in to comment.