From 4504760722c24e7c01391194019a1f1618ec058b Mon Sep 17 00:00:00 2001 From: Ian Faust Date: Wed, 25 Jun 2025 10:06:53 +0200 Subject: [PATCH 1/2] Update dlpack.h --- include/dlpack/dlpack.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/include/dlpack/dlpack.h b/include/dlpack/dlpack.h index 068ef78..b1b267f 100644 --- a/include/dlpack/dlpack.h +++ b/include/dlpack/dlpack.h @@ -106,10 +106,11 @@ typedef enum { */ kDLCUDAManaged = 13, /*! - * \brief Unified shared memory allocated on a oneAPI non-partititioned - * device. Call to oneAPI runtime is required to determine the device - * type, the USM allocation type and the sycl context it is bound to. - * + * \brief Unified shared memory allocated on a oneAPI non-partitioned + * device. Either a call to oneAPI runtime is required to determine the + * device type, the USM allocation type and the sycl context it is + * bound to, or the requisite information should be available via the + * manager_ctx. */ kDLOneAPI = 14, /*! \brief GPU support for next generation WebGPU standard. */ From 34fa4231cc16627775ddef529a5066024b5b5279 Mon Sep 17 00:00:00 2001 From: Ian Faust Date: Wed, 25 Jun 2025 10:14:30 +0200 Subject: [PATCH 2/2] Update dlpack.h --- include/dlpack/dlpack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dlpack/dlpack.h b/include/dlpack/dlpack.h index b1b267f..912cef0 100644 --- a/include/dlpack/dlpack.h +++ b/include/dlpack/dlpack.h @@ -110,7 +110,7 @@ typedef enum { * device. Either a call to oneAPI runtime is required to determine the * device type, the USM allocation type and the sycl context it is * bound to, or the requisite information should be available via the - * manager_ctx. + * `manager_ctx`. */ kDLOneAPI = 14, /*! \brief GPU support for next generation WebGPU standard. */