mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-31 23:27:43 +00:00
### Description <!-- Describe your changes. --> Initialize Symbol engine as needed with no duplicate calls. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> Currently absel library may call SymInitialize more than once when shared libraries are involved. However, this can only be called only once per process. Our debug_alloc also may call it when enabled. This change enables intialization to proceed only when needed with no duplicate effort. |
||
|---|---|---|
| .. | ||
| abseil | ||
| composable_kernel | ||
| coremltools | ||
| cpuinfo | ||
| flatbuffers | ||
| gsl | ||
| neural_speed | ||
| onnx | ||
| protobuf | ||
| xnnpack | ||
| .gitattributes | ||