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
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Hey, this is the MXNet Label Bot.
Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it.
Here are my recommended label(s): Bug
I noticed that this happens only when we call NDArray constructor in cpp pacakge and WaitToRead in main thread. If there is only waitall and not wait to read it works fine. Need to check if this is an issue with frontend CPP package.
I noticed that this happens only when we call NDArray constructor in cpp pacakge and WaitToRead in main thread. If there is only waitall and not wait to read it works fine. Need to check if this is an issue with frontend CPP package.
Related to #16431 . Please see the reproducible script here : https://github.com/anirudh2290/mxnet/blob/multithreaded_inference_poc/cpp-package/example/multithreading_engine_wait_to_read.cpp
The text was updated successfully, but these errors were encountered: