Jang Jiseob
Jang Jiseob
> It would be good if we can guarantee the lowered_graph is shared only under this condition (trix only backend and batch request). `lowered_graph` of `exec::ExecutorBase` is already a completed...
@chunseoklee > Little thought about Q. how to determine multi-batch input w.r.t. nnfw api ? and https://github.com/Samsung/ONE/pull/9583. I'd like to recognize user's intention for batch execution w/o additional feature like...
Just FYI. Initially, I tried to implement this task by cloning existing executors. However, I realize that the way is difficult and complicated, and I am trying to create executors...
I have the same problem when I build with debug on my local PC. Ubuntu version: 22.04 gcc version: 11.2 rootfs : focal
>> I suggest changing ACL build as release type on default, and allow debug build on special case. @ragmani @chunseoklee Can you give your opinion about this? > No objection....
#9386 requires the installation of `libglib2.0-dev` package to build onert.
> IMO, it's better to make separate part for system service because it is optional depend on platform yet. OK, I will close this PR. And I have no plan...
Build fails related to `std::runtime_error` since gcc-10 ref: https://gcc.gnu.org/gcc-10/porting_to.html ``` C++ language issues Header dependency changes Some C++ Standard Library headers have been changed to no longer include the header....
I found out that there is now only one error left in the latest source when building for x86_64 while working on #9503 . Same situation with arm and aarch64....
@hseok-oh I checked it works well now. Thanks :+1: