vn218

Results 6 comments of vn218

I built using the build-tool with docker on a remote virtual ubuntu machine. Here are the outputs for the said tests ``` odroid@odroid:~/Desktop/aarch32_build$ export LD_LIBRARY_PATH=.;./UnitTests --test-case=FuseRELUIntoConvFloat32GpuAccTest [doctest] doctest version is...

The output .... ``` odroid@odroid:~/Desktop/aarch32_build$ export LD_LIBRARY_PATH=.;./UnitTests --test-case-exclude=*GPU* [doctest] doctest version is "2.4.6" [doctest] run with "--help" for options Warning: Timed out waiting on profiling service activation for 3000.12 ms...

adding `--test-case-exclude=*Cl*` gives the same output as before, however adding `--test-suite-exclude=*Cl*` passes ``` odroid@odroid:~/Desktop/aarch32_build$ export LD_LIBRARY_PATH=.;./UnitTests --test-case-exclude=*GPU*,*Cl* --test-suite-exclude=*Cl* [doctest] doctest version is "2.4.6" [doctest] run with "--help" for options Warning:...

Also, when I try to run a tflite model (yolov5s) with the delegate using tflite-runtime 2.5, it fails with segfault for all combinations of backends.

@james-conroy-arm Thanks! Linking libMali.so and libOpenCL.so worked (libMali.so was at a different location). But, now I am getting a new set of errors ......... [UnitTests.log](https://github.com/ARM-software/armnn/files/9820422/UnitTests.log) However, all the DelegateUnitTests are...