Skip to content

Thread safety per request only#73

Merged
wine99 merged 1 commit intoravi9:dev_backend_openvinofrom
cavusmustafa:cached_thread_safety_2
Mar 18, 2026
Merged

Thread safety per request only#73
wine99 merged 1 commit intoravi9:dev_backend_openvinofrom
cavusmustafa:cached_thread_safety_2

Conversation

@cavusmustafa
Copy link
Copy Markdown
Collaborator

  • Creates a unique mutex for each cached decoder
  • Fixes the issue creating two cache entries of decoder in multithreading even if they generate the same key for decoder cache.
  • Removed the mutex lock in create_weight_nodes function. Thread safety test seems to be passing fine but need to see results for full CI test.

@wine99 wine99 merged commit c397b1c into ravi9:dev_backend_openvino Mar 18, 2026
39 of 82 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants