Skip to content

Commit 3a7db6b

Browse files
committed
Remove mention of framework handling
1 parent ec5a117 commit 3a7db6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/dlpack/dlpack.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,7 @@ typedef struct {
269269
*
270270
* \note Before DLPack v1.2, strides can be NULL to indicate contiguous data.
271271
* This is not allowed in DLPack v1.2 and later. The rationale
272-
* is to simplify the consumer hanlding, and most frameworks already
273-
* always returns the strides when ndim != 0.
272+
* is to simplify the consumer handling.
274273
*/
275274
int64_t* strides;
276275
/*! \brief The offset in bytes to the beginning pointer to data */

0 commit comments

Comments
 (0)