Skip to content

Commit 381bf55

Browse files
ZzEeKkAaoleksandr-pavlyk
authored andcommitted
Start kernel_arg_type enums from 0
1 parent 4c8857a commit 381bf55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/enum_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ class kernel_arg_type(Enum):
121121
:func:`dpctl.SyclQueue.submit`
122122
"""
123123

124-
dpctl_int8 = auto()
124+
dpctl_int8 = 0
125125
dpctl_uint8 = auto()
126126
dpctl_int16 = auto()
127127
dpctl_uint16 = auto()

0 commit comments

Comments
 (0)