We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5a117 commit 3a7db6bCopy full SHA for 3a7db6b
include/dlpack/dlpack.h
@@ -269,8 +269,7 @@ typedef struct {
269
*
270
* \note Before DLPack v1.2, strides can be NULL to indicate contiguous data.
271
* 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.
+ * is to simplify the consumer handling.
274
*/
275
int64_t* strides;
276
/*! \brief The offset in bytes to the beginning pointer to data */
0 commit comments