You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Maintaining a global copy of opened backends in GHashTable to mitigate
memory fragmentation in iterations of [hal_ml_create -
hal_ml_destroy] which load and unload backend libraries.
- This extra reference prevents the underlying library from being unloaded when the user calls hal_ml_destroy.
- Adding a destructor function to release pinned backends.
This would resolve [this issue](https://github.sec.samsung.net/OASIS/ML-Service-API-DA-Examples/issues/12)
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
0 commit comments