Skip to content

Commit 8248b5e

Browse files
committed
Fix PropKind last value
1 parent 4a894ed commit 8248b5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,9 @@ enum PropKind : uint32_t {
227227
NativeLocalBlockIO = 82,
228228
InitialThreshold = 83,
229229
MaximumSize = 84,
230-
ZeroInit = 86,
230+
ZeroInit = 85,
231231
// PropKindSize must always be the last value.
232-
PropKindSize = 87,
232+
PropKindSize = 86,
233233
};
234234

235235
template <typename PropertyT> struct PropertyToKind {

0 commit comments

Comments
 (0)