mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-17 01:44:45 +00:00
Description: This fixes nullptr of fused func manager issue when running fused function inside sub graph session state Motivation and Context The bug happens in running fused functions created IExecutionProvider::Compile inside sub graph, i.e. Scan, which causes crash. The problem is that FuncInfo is collected into main graph's session state, before sub graph session state is created. The fix is to share FuncInfo between main graph and sub graph. |
||
|---|---|---|
| .. | ||
| contrib_ops | ||
| core | ||
| python | ||
| server | ||
| test | ||
| __init__.py | ||
| ReformatSource.ps1 | ||
| ReformatSourcePython.bat | ||
| VSCodeCoverage.runsettings | ||