onnxruntime/onnxruntime
KeDengMS df68111b98
Fix a bug that fused func manager in subgraph session state is nullptr (#1251)
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.
2019-06-19 14:37:21 -07:00
..
contrib_ops Revert "Let mlas use the session threadpool for gemm functions (#1196)" 2019-06-17 19:00:22 -07:00
core Fix a bug that fused func manager in subgraph session state is nullptr (#1251) 2019-06-19 14:37:21 -07:00
python Add enable/disable mem pattern api for python and csharp. (#1227) 2019-06-19 11:17:21 -07:00
server move environment.h/cc from framework to session project/folder. (#1241) 2019-06-17 18:01:21 -07:00
test Update ONNX version to include new fixes/changes (#1250) 2019-06-18 14:39:36 -07:00
__init__.py Add ability to change the logging severity of the default logger. (#1165) 2019-06-12 08:54:03 +10:00
ReformatSource.ps1
ReformatSourcePython.bat
VSCodeCoverage.runsettings