onnxruntime
MemcpyFromHost and MemcpyToHost support for plugin EPs
#26088
Merged

Commits
  • save work - add memcpy kernel fallback in CPU EP, add plugin EP test for partially supported model
    edgchen1 committed 233 days ago
  • move ProviderIsCpuBased back to utils, add TODO
    edgchen1 committed 233 days ago
  • formatting
    edgchen1 committed 233 days ago
  • fix tests using old MemcpyTransformer ctor
    edgchen1 committed 233 days ago
  • move kInternalTestingExecutionProvider to internal_testing_execution_provider.h
    edgchen1 committed 233 days ago
  • add TODO for updating compatibility checks to use provider device
    edgchen1 committed 233 days ago
  • put helper fn in ifdef
    edgchen1 committed 233 days ago
  • also handle sequence types
    edgchen1 committed 232 days ago
  • move memcpy kernel fallback to SessionState::PopulateKernelCreateInfo()
    edgchen1 committed 232 days ago
  • Merge branch 'edgchen1/memcpy_op_support_for_plugin_eps' into edgchen1/memcpy_op_support_for_plugin_eps_fix
    edgchen1 committed 232 days ago
  • check node provider's device instead of hardcoded provider types
    edgchen1 committed 232 days ago
  • use IsMemcpyNode helper
    edgchen1 committed 232 days ago
  • Merge remote-tracking branch 'origin/main' into edgchen1/memcpy_op_support_for_plugin_eps_fix
    edgchen1 committed 232 days ago
  • Update OperatorKernels.md
    edgchen1 committed 229 days ago
  • update memcpy transformer tests to also set if node provider
    edgchen1 committed 229 days ago
  • move stream null check up and remove TODO comment
    edgchen1 committed 228 days ago
Loading