Skip to content

[wasi-nn] add a new wasi-nn backend openvino#3603

Merged
wenyongh merged 1 commit intobytecodealliance:mainfrom
lum1n0us:feat/wasi_nn_openvino
Jul 22, 2024
Merged

[wasi-nn] add a new wasi-nn backend openvino#3603
wenyongh merged 1 commit intobytecodealliance:mainfrom
lum1n0us:feat/wasi_nn_openvino

Conversation

@lum1n0us
Copy link
Contributor

@lum1n0us lum1n0us commented Jul 8, 2024

No description provided.

@lum1n0us lum1n0us force-pushed the feat/wasi_nn_openvino branch 2 times, most recently from d279f12 to 62aeae4 Compare July 14, 2024 07:13
@lum1n0us lum1n0us marked this pull request as ready for review July 14, 2024 07:42
output += ret;

for (unsigned i = 0; i < shape->rank && output_len; i++) {
ret = snprintf(output, output_len, " %ld", shape->dims[i]);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Had better skip print the space when i == 0?

@wenyongh
Copy link
Collaborator

@tonibofarull we added the openvino backend for wasi-nn, would you help have a look? Thanks a lot.

@lum1n0us lum1n0us force-pushed the feat/wasi_nn_openvino branch 2 times, most recently from 234afa2 to dc3d21b Compare July 22, 2024 00:29
@lum1n0us lum1n0us force-pushed the feat/wasi_nn_openvino branch from dc3d21b to 7890a52 Compare July 22, 2024 07:10
@wenyongh wenyongh merged commit 058bc47 into bytecodealliance:main Jul 22, 2024
@lum1n0us lum1n0us deleted the feat/wasi_nn_openvino branch November 20, 2024 05:57
yamt added a commit to yamt/wasm-micro-runtime that referenced this pull request Jun 4, 2025
it has been added by the following commit.
i guess it's debug code slipped in by a mistake.
```
commit 058bc47
Author: liang.he <liang.he@intel.com>
Date:   Mon Jul 22 17:16:41 2024 +0800

    [wasi-nn] Add a new wasi-nn backend openvino (bytecodealliance#3603)
```
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.

3 participants