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

[onert] Introduce CodegenManager class #12553

Merged
merged 2 commits into from
Jan 31, 2024

Commits on Jan 30, 2024

  1. [onert] Introduce CodegenManager class

    This commit introduces CodegenManager class.
    This class runs codegen() function to load target backend library
    and call the codegen function.
    
    ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
    Co-authored-by: Sanggyu Lee <sg5.lee@samsung.com>
    jyoungyun and Sanggyu Lee committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    cf94c8c View commit details
    Browse the repository at this point in the history
  2. Modify error check routine and move mutex location

    ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
    jyoungyun committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    7f31c35 View commit details
    Browse the repository at this point in the history