nnstreamer:main

Last commit made on 2024-05-03
Get this branch:
git clone -b main https://git.launchpad.net/nnstreamer

Branch merges

Branch information

Name:
main
Repository:
lp:nnstreamer

Recent commits

964d01b... by Yelin Jeong <email address hidden>

[action] skip python test in riscv

This patch skips python test in riscv build action.
Although .so file created and PYTHONPATH set, python could not
find nnstreamer module in riscv.

Signed-off-by: Yelin Jeong <email address hidden>

496ad21... by Yelin Jeong <email address hidden>

[filter] use tensor filter framework v1 in tensor_filter_python3

This patch makes tensor_filter_python3 to use tensor_filter_subplugin.
PYCore remains the same, but the type of callback function has been changed.

Signed-off-by: Yelin Jeong <email address hidden>

d08fbc1... by Yelin Jeong <email address hidden>

[TDD] add unittest for python3 tensor_filter subplugin

This patch adds unittest for python3 tensor_filter subplugin.
python3 tensor_filter will be upgraded to use v0 to v1.

Signed-off-by: Yelin Jeong <email address hidden>

d38b968... by hyunil park <email address hidden>

[tensor_trainer] bugfix: Add exception handling for a non-existent model config file

Added exception handling for a non-existent model config file

Signed-off-by: hyunil park <email address hidden>

f9d626c... by Yongjoo Ahn

[actions] Make pubilder cache daily

This patch makes the daily pdebuild workflow save the cache key with date postfix and outdate previous cache. Then the pdebuild.yml workflow can use the fresh cache.

Signed-off-by: Yongjoo Ahn <email address hidden>

e2dabaa... by Yongjoo Ahn

[actions] Update gbs workflows to be run on 22.04

- Since Ubuntu 22.04 supports gbs from this year, let's switch to it.

Signed-off-by: Yongjoo Ahn <email address hidden>

fa27a9b... by Jaeyun Jung <email address hidden>

[Build] onnx-runtime from tizen 9.0

Update spec to enable ONNX runtime from Tizen 9.0.

Signed-off-by: Jaeyun Jung <email address hidden>

6fd9a13... by Dongkyun Son <email address hidden>

build: update header path

Fix fatal error: asm-arm/hwcap.h: No such file or directory

Signed-off-by: Dongkyun Son <email address hidden>

9232d68... by Yongjoo Ahn

[spec] Fix lcov options for different Tizen/lcov versions

- Set proper lcov options w.r.t. Tizen/lcov versions.

Signed-off-by: Yongjoo Ahn <email address hidden>

2d86aa7... by Yongjoo Ahn

[action] Save pbuilder cache daily and use it in each PR

- Let the daily job `update_pbuilder_cache.yml` save cache.
- Let the PR job `pdebuild.yml use proper cache for each arch.

Signed-off-by: Yongjoo Ahn <email address hidden>