Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dpctl/memory/_memory.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ cdef extern from "_opaque_smart_ptr.hpp":

class USMAllocationError(Exception):
"""
An exception raised when Universal Shared Memory (USM) allocation
An exception raised when Unified Shared Memory (USM) allocation
call returns a null pointer, signaling a failure to perform the allocation.
Some common reasons for allocation failure are:

Expand Down
Loading