Skip to content

wasi-nn: protect the backend lookup table with a lock #4319

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 5, 2025

Conversation

yamt
Copy link
Collaborator

@yamt yamt commented Jun 3, 2025

this would avoid potential issues when multiple instances happen to make an attempt to load a backend at the same time.

Fixes: #4314

this would avoid potential issues when multiple instances happen to
make an attempt to load a backend at the same time.

Fixes: bytecodealliance#4314
Copy link
Collaborator

@TianlongLiang TianlongLiang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lum1n0us lum1n0us merged commit 85efe08 into bytecodealliance:main Jun 5, 2025
408 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.

wasi-nn updates a global without locks
3 participants