From 796831d4416a6a71100701dc19316b97a655e489 Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Thu, 1 May 2025 16:45:15 -0700 Subject: [PATCH] fix typo in memory.pyx --- dpctl/memory/_memory.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dpctl/memory/_memory.pyx b/dpctl/memory/_memory.pyx index 2cf011bc2d..0cc6394741 100644 --- a/dpctl/memory/_memory.pyx +++ b/dpctl/memory/_memory.pyx @@ -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: