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
Right now, paddle only produce and consume PyCapsules. However, dealing with raw capsules is outdated. Also, numpy doesn't supports PyCapsules. It's better if paddle tensors also support __dlpack__ and __dlpack_devce__ dunders.
替代实现 Alternatives
No response
The text was updated successfully, but these errors were encountered:
Thank you for your suggestion. May I know if paddle.utils.dlpack.from_dlpack(dlpack) and paddle.utils.dlpack.from_dlpack(dlpack) can meet this requirement?
需求描述 Feature Description
Right now, paddle only produce and consume PyCapsules. However, dealing with raw capsules is outdated. Also, numpy doesn't supports PyCapsules. It's better if paddle tensors also support
__dlpack__
and__dlpack_devce__
dunders.替代实现 Alternatives
No response
The text was updated successfully, but these errors were encountered: