mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-24 19:43:35 +00:00
Test passed, now with fix
This commit is contained in:
parent
0a59bc3902
commit
8b538e7918
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ class DistributedRunContext {
|
|||
return DistributedRunContext::GetOrCreateInstance();
|
||||
}
|
||||
#else
|
||||
DistributedRunContext& GetInstance() { return Provider_Gethost()->GetDistributedRunContextInstance; }
|
||||
DistributedRunContext& GetInstance() { return Provider_GetHost()->GetDistributedRunContextInstance(); }
|
||||
#endif
|
||||
/* SHORTCUT FUNCTIONS START */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue