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
During the compilation process of the code generated for executing large networks, the execution freezes sporadically. This issue was already present in the previous GitLab CI flow using our internal servers.
As a temporary bugfix, I added a retry on timeout step in the CI for large networks.
Below is an extract of the last lines before it freezes:
clang-15: warning: argument unused during compilation: '-nostartfiles' [-Wunused-command-line-argument]
[100%] Building C object DeeployTest/Platforms/Siracusa/CMakeFiles/Transformer.dir/src/CycleCounter.c.obj
[100%] Building C object DeeployTest/Platforms/Siracusa/CMakeFiles/Transformer.dir/src/deeploytest.c.obj
[100%] Linking C executable ../../../bin/Transformer
/app/install/llvm/bin/llvm-objdump: warning: '/__w/Deeploy/Deeploy/DeeployTest/TEST_SIRACUSA/build/bin/Transformer': failed to find source /app/toolchain/picolibc/build-riscv/../newlib/libc/string/memchr.c
[100%] Built target Transformer
The text was updated successfully, but these errors were encountered:
During the compilation process of the code generated for executing large networks, the execution freezes sporadically. This issue was already present in the previous GitLab CI flow using our internal servers.
As a temporary bugfix, I added a retry on timeout step in the CI for large networks.
For more info see this discussion.
Below is an extract of the last lines before it freezes:
The text was updated successfully, but these errors were encountered: