Hyeongseok Oh

Results 179 comments of Hyeongseok Oh

@arkq Please resolve conflict @tomdol Please review this PR

`./nnas create-package --prefix Product/obj/overlay` creates overlay for runtime's on-device compiler module, but it is incomplete overlay. There is missing headers as you commented on build error log. It is compiler...

>And regarding skipping the compiler installation - I've tried that too by running nnfw but in that case I got this error: You may need to clean overlay and `CMakeCache.txt`...

Right. We need more error type. And we need way to present additional information about error to user if possible.

Issues on error handling - `NNFW_STATUS_OUT_OF_MEMORY` is used for session creation only now - Most errors return `NNFW_STATUS_ERROR` - Invalid model - Unsupported kernel - Memory allocation fail - Plugins...

FYI - old discussion about this issue Exception handling issue: [Improvement error handling](https://github.com/Samsung/ONE/issues/2726) Exception type draft: https://github.com/Samsung/ONE/pull/2813

``` Traceback (most recent call last): File "/__w/ONE/ONE/compiler/one-cmds/onelib/export_constant.py", line 82, in main() File "/__w/ONE/ONE/compiler/one-cmds/onelib/export_constant.py", line 72, in main with open(args.output_path, 'w') as f: FileNotFoundError: [Errno 2] No such file or...

Please use `pyproject.toml` instead of `requirements.txt`