Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Draft] [onert] Introduce on-device codegen feature #12504

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

jyoungyun
Copy link
Contributor

@jyoungyun jyoungyun commented Jan 22, 2024

This commit adds compliation APIs to nnfw_experimental.h file.

ONE-DCO-1.0-Signed-off-by: Sanggyu Lee sg5.lee@samsung.com
Co-authored-by: Hyeongseok Oh hseok82.oh@samsung.com
Co-authored-by: Jiyoung Yun jy910.yun@samsung.com

jyoungyun and others added 5 commits January 25, 2024 20:51
This commit adds compliation APIs to nnfw_experimental.h file.

ONE-DCO-1.0-Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
Co-authored-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Co-authored-by: Jiyoung Yun <jy910.yun@samsung.com>
ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
* @param[in] pref @c NNFW_COMPILE_PREF
* @return @c NNFW_STATUS_NO_ERROR if successful, otherwise return @c NNFW_STATUS_ERROR
*/
NNFW_STATUS nnfw_compile(nnfw_session *session, const char *target, NNFW_COMPILE_PREF pref);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
NNFW_STATUS nnfw_compile(nnfw_session *session, const char *target, NNFW_COMPILE_PREF pref);
NNFW_STATUS nnfw_codegen(nnfw_session *session, const char *target, NNFW_COMPILE_PREF pref);

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant