Skip to content
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

Fix QNN random crash for UT with multi-thread run #22160

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Conversation

HectorSVC
Copy link
Contributor

@HectorSVC HectorSVC commented Sep 19, 2024

Description

Fix random crash for QNN UTs with multi-thread run like QnnHTPBackendTests.MultithreadHtpPowerCfgDefaultAndRunOption

Root cause, last minute code change
b4e26bd
static std::mutex mutex; -> OrtMutex mutex;
missed static.

@HectorSVC HectorSVC added the ep:QNN issues related to QNN exeution provider label Sep 19, 2024
@HectorSVC HectorSVC merged commit 03ce996 into main Sep 19, 2024
85 of 87 checks passed
@HectorSVC HectorSVC deleted the qnn_fix_crash branch September 19, 2024 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ep:QNN issues related to QNN exeution provider
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants