Tags: dmlc/dlpack
Tags
Enforce strides to be not null when ndim is nonzero (#178) * Enforce strides to be not null when ndim is nonzero This PR updates the spec to enforce the strides to be not null when the ndim is nonzero. This is going to help consumers to handle cases more uniformly. * Add more comments on the null rationale * Remove mention of framework handling * Update NULL note, bump minor
Add a new bit mask for copy + Update Python array API spec (#136) * add max ver, copy, device, masks * Apply suggestions from code review Co-authored-by: Sebastian Berg <[email protected]> * add ownership note and fix typos * try to relax doc build requirements to fix CI issue --------- Co-authored-by: Sebastian Berg <[email protected]>
PreviousNext