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

UnitTests errors #45

Closed
santo4ul opened this issue Jul 19, 2018 · 4 comments
Closed

UnitTests errors #45

santo4ul opened this issue Jul 19, 2018 · 4 comments
Labels
Question Further information is requested

Comments

@santo4ul
Copy link

santo4ul commented Jul 19, 2018

Hi,

I managed to build ARMNN and ran UnitTests. There are 4 failures detected and below is the log. I reviewed the whole build procedure again throughly couldn't find any issue. Moreover, I don't think these errors are related to the way the libraries are built.

Before debugging further, thought of checking if something else is going wrong.

Or any pointers for further debugging would be great.

Thank you.

There is no change in any of the source files. I'm just following the build instructions from here and running the UnitTests on and Android board (Firefly RK3399) with Android 7.1.2.

D_LIBRARY_PATH=/data/local/tmp ./UnitTests <
Running 626 test cases...
unknown location(0): fatal error: in "Compute_ArmComputeNeon/MultiplicationBroadcast1Element": std::runtime_error: in validate_arguments src/core/NEON/kernels/NEPixelWiseMultiplicationKernel.cpp:62: Tensors have different shapes
/home/san/san/armnn/src/armnn/backends/test/ArmComputeNeon.cpp(245): last checkpoint: "MultiplicationBroadcast1Element" entry.
unknown location(0): fatal error: in "Compute_ArmComputeNeon/MultiplicationBroadcast1DVector": std::runtime_error: in validate_arguments src/core/NEON/kernels/NEPixelWiseMultiplicationKernel.cpp:62: Tensors have different shapes
/home/san/san/armnn/src/armnn/backends/test/ArmComputeNeon.cpp(246): last checkpoint: "MultiplicationBroadcast1DVector" entry.
unknown location(0): fatal error: in "TensorflowParser/ParseMultiplicationBroadcast4D1D": armnn::Exception: LoadNetwork failed
/home/san/san/armnn/src/armnnTfParser/test/Multiplication.cpp(141): last checkpoint: "ParseMultiplicationBroadcast4D1D" fixture entry.
unknown location(0): fatal error: in "TensorflowParser/ParseMultiplicationBroadcast1D4D": armnn::Exception: LoadNetwork failed
/home/san/san/armnn/src/armnnTfParser/test/Multiplication.cpp(159): last checkpoint: "ParseMultiplicationBroadcast1D4D" fixture entry.

*** 4 failures are detected in the test module "UnitTests"

Thanks,
San

@MatthewARM
Copy link
Collaborator

Just to double-check, you're using the most recent source for Compute Library?

@MatteoArm
Copy link
Contributor

@santo4ul By the test that's failing, it seems to me you are using Compute Library 18.03. Is that correct?

@santo4ul
Copy link
Author

Correct.. :) I'm using v18.03.

Will move to v18.05 and try again. There are very few commits between v18.03 and v18.05 though.

@santo4ul
Copy link
Author

Moving ACL to v18.05 solved the above errors.

Thanks a lot!!

@Surmeh Surmeh added Bug Something isn't working and removed Bug Something isn't working labels Aug 17, 2018
@FinnWilliamsArm FinnWilliamsArm added the Question Further information is requested label Sep 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants