Commits


KeDengMS authored and GitHub committed 8fc8910a0ed
Allow input used across execution providers as long as they use the same allocator device (#1715) as long as these providers use the same allocator device Description: Currently ORT throws error when one input is used in different EPs. The change removes that restriction Motivation and Context It is now possible to share inputs across EPs now that allocation are device-based, instead of EP based.