summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Yongjoo Ahn [Wed, 12 Mar 2025 06:30:01 +0000 (15:30 +0900)]
Add gbs build workflow for github actions
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
Yongjoo Ahn [Wed, 12 Mar 2025 04:02:15 +0000 (13:02 +0900)]
Add dummy package and dummy backend
- Add dummy package which is published for any configuration.
- The dummy package has backend `dummy-passthrough`.
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
Yongjoo Ahn [Wed, 12 Mar 2025 05:47:35 +0000 (14:47 +0900)]
Fix hal_backend_ml_data for current backends
- Set version as 1.0
- Set proper vendor name
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
Yongjoo Ahn [Fri, 7 Mar 2025 07:07:36 +0000 (16:07 +0900)]
[build] Remove non-rootstrap deps
- Remove non-rootstrap dependencies. They should be in the
hal-rootstrap.
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
Yongjoo Ahn [Tue, 25 Feb 2025 07:11:09 +0000 (16:11 +0900)]
[spec] Remove roostrap checker setting
- disable_hal_rootstrap_checker is removed from platform
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
Yongjoo Ahn [Tue, 25 Feb 2025 05:29:19 +0000 (14:29 +0900)]
[spec] Rename tizen packages
- Rename tizen packages as hal-backend-ml-accelerator-*
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
Yongjoo Ahn [Fri, 7 Feb 2025 08:16:29 +0000 (17:16 +0900)]
[vivante] Fix framework name as "vivante"
- Change vivante-tizen-hal -> vivante
- Fix log function for error cases.
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
Yongjoo Ahn [Fri, 7 Feb 2025 08:15:48 +0000 (17:15 +0900)]
[vivante] Remove use of dlsym functions
- Use API directly rather than use if as dlsym func pointers
- These are removed:
result_vsi_nn_CopyDataToTensor
result_vsi_nn_RunGraph
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
Yongjoo Ahn [Tue, 4 Feb 2025 04:36:48 +0000 (13:36 +0900)]
Set linker flags for backend libs
- Set linker flag --rpath to the hal libs.
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
Yongjoo Ahn [Wed, 22 Jan 2025 02:18:42 +0000 (11:18 +0900)]
Remove license conflicts in those two imported header files
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
Yongjoo Ahn [Tue, 21 Jan 2025 02:10:07 +0000 (11:10 +0900)]
Code formatting
- Apply clang-format (setting of nnstreamer)
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
Yongjoo Ahn [Tue, 21 Jan 2025 02:09:06 +0000 (11:09 +0900)]
Add get_framework_info function
- Add `get_framework_info` function in each backend (snpe / vivante)
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
Yongjoo Ahn [Fri, 17 Jan 2025 09:58:04 +0000 (18:58 +0900)]
Fix function signatures
- Fix function signatures (use void and int types).
- Parse those arguments with nns headers.
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
Yongjoo Ahn [Fri, 17 Jan 2025 09:57:01 +0000 (18:57 +0900)]
Add nns headers
- Add tensor_typedef.h and nnstreamer_plugin_api_filter.h
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
Yongjoo Ahn [Fri, 17 Jan 2025 07:12:19 +0000 (16:12 +0900)]
add codeowners
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
Yongjoo Ahn [Fri, 17 Jan 2025 06:59:12 +0000 (15:59 +0900)]
[build] Fix cmake build script to install dummy
- Install dummy things to fix gbs build error when there are no backends
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
Yongjoo Ahn [Thu, 16 Jan 2025 08:12:30 +0000 (17:12 +0900)]
[build] Fix vivante and snpe build
- Disable hal_rootstrap_checker for now.
- Set proper compile flags.
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
Yongjoo Ahn [Thu, 16 Jan 2025 08:11:50 +0000 (17:11 +0900)]
[build] Remove test backend codes
- Remove dummy test code.
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
Jaeyun Jung [Wed, 15 Jan 2025 01:17:46 +0000 (10:17 +0900)]
[License] update owner
Fix typo, update license copyright owner.
Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
Yongjoo Ahn [Mon, 13 Jan 2025 06:44:02 +0000 (15:44 +0900)]
Initialize hal backend for ml
- This implements hal backends for hal-api-ml.
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>