-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Revert "mkldnn Relu/Sum/BatchNormalization kernels" #147
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
Conversation
|
@pranavsharma fyi |
|
@sreekanth-yalachigere can you please investigate? @snnn reports that valgrind finds error in mkldnn relu, and onnx_test_runner -e mkldnn intermittently fails the node test "test_sum_two_inputs" /data/testdata/onnx/5af210ca8a1c73aa6bae8754c9346ec54d0a756e/node/test_sum_two_inputs/test_data_set_0 |
|
@snnn @jywu-msft working on it. Thanks. |
5ac408a to
3e96293
Compare
3e96293 to
d4e325d
Compare
|
@snnn @jywu-msft I am having hard time to reproduce memory leak. My log is at Please let me know if I am running it differently. |
|
for sum error, I tried to reproduce problem with test_runner it with sum_two_inputs and I am getting the following version mismatch and runner is falling back to cpu implementation.
complete log |
|
update on sum error |
|
Hi @sreekanth-yalachigere |
|
Let me revert these two PR first, because we are sure it is causing CI build failures. We can create a new branch and diagnose the bug on that separate branch. |
Implement transpose kernel Related work items: #147
Bug Fix for Multiple inputs/outputs scenario with OV-EP
This reverts PR #86 and #115, to unblock our CI build.
The implementation is not thread safe. Please fix the memory errors found by valgrind.