Hyeongseok Oh
Hyeongseok Oh
g++ version on docker image `nnfw/one-devtools:focal`: 9.3 ``` g++-9-arm-linux-gnueabihf/focal-updates,focal-security,now 9.3.0-17ubuntu1~20.04cross2 amd64 [installed,automatic] ``` g++ version on local PC: 9.4 ``` g++-9-arm-linux-gnueabihf/focal-updates,focal-security,now 9.4.0-1ubuntu1~20.04.1cross2 amd64 [installed,automatic] ``` Local's `g++` is latest version....
I checked on g++10, and passed. It seems fail only on 9.4.
I found bug in `infra/docker/focal/Dockerfile` and `infra/docker/bionic/Dockerfile`, but we can't update dockerfile until this issue is resolved. If we update dockerfile, updated focal docker image will have `arm-linux-gnueabihf-g++` 9.4 version.
Related PR: #9149 We are using focal docker image for x64 build test only, so PR will not introduce ACL build issue yet. But when we upgrade CI infra to...
Other build issue: XNNPack (found from https://review.tizen.org/gerrit/gitweb?p=platform/upstream/tensorflow2.git;a=commit;h=10eaa7ff3c7d1e5e388a27847e82141c71613e69) `https://github.com/google/XNNPACK/issues/1465` We didn't meet this issue yet. But may meet someday.
We used ACL debug build because we need debugging ACL internal. But now we don't debug ACL, and we may debug ACL on very rare case. I suggest changing ACL...
Resolved by using release
IMO, it's better to make separate part for system service because it is optional depend on platform yet.
FYI ### v1.0.8 - fix templateMethod analyze (C / C++) - add subdirectory Filter Feature - expand custom assertion option (for all of test framework) ### v1.0.9 - [hotfix] fix...