Skip to content

Commit f8c26dc

Browse files
Removign dpctl.enum_types.usm_type as unsused
1 parent 3b842ad commit f8c26dc

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

dpctl/enum_types.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,3 @@ class global_mem_cache_type(Enum):
113113
none = auto()
114114
read_only = auto()
115115
read_write = auto()
116-
117-
118-
class usm_type(Enum):
119-
"""
120-
An enumeration of USM allocation types.
121-
"""
122-
123-
unknown = auto()
124-
device = auto()
125-
shared = auto()
126-
host = auto()

0 commit comments

Comments
 (0)