Skip to content

Initial unit tests for OpenVINO backend #7

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

Merged

Conversation

cavusmustafa
Copy link
Collaborator

No description provided.

@cavusmustafa cavusmustafa marked this pull request as ready for review January 30, 2025 01:20
@cavusmustafa cavusmustafa force-pushed the openvino_backend_unit_tests branch from 3e9b8e9 to 916ba64 Compare January 30, 2025 23:45
@@ -38,7 +38,7 @@ def preprocess(
for spec in module_compile_spec:
compile_options[spec.key] = spec.value.decode()

compiled = openvino_compile(edge_program.module(), *args, options=compile_options)
compiled = openvino_compile(edge_program.module(), *args, options=compile_options, executorch=True)
Copy link
Owner

Choose a reason for hiding this comment

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

Instructions need to be updated to use the changes in OpenVINO

Copy link
Owner

@ynimmaga ynimmaga left a comment

Choose a reason for hiding this comment

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

LGTM

@ynimmaga ynimmaga merged commit d563e4c into ynimmaga:openvino_backend Feb 1, 2025
1 of 4 checks passed
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.

2 participants