You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new bit mask for copy + Update Python array API spec (dmlc#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]>
[VERSION] Bump to v0.5 (dmlc#69)
Prepares for v0.5 release
- Remove the deprecated DLContext
- Updated the comment on kDLCUDAHost to remove remark
about bit-masking as we cannot introduce future
enums that depends on this behavior.