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
Fix constructing GPU Tensor from DLPack capsule (#3711)
- when the DLPack capsule is provided and GPU Tensor is
created with provided deivce_id DALI attempts to treat it as
an object implementing __cuda_arra_interface__. This PR make sure
the right GPU Tensor constructor is called depending if it is DLPack
of __cuda_arra_interface__ object
- fixes a regression from #3710
Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
0 commit comments