Skip to content
Open
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
9 changes: 5 additions & 4 deletions include/dlpack/dlpack.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down
Loading