Stream: git-wasmtime

Topic: wasmtime / PR #3174 wasi-nn: allow wasi-nn to be implemen...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 10 2021 at 00:08):

abrown opened PR #3174 from wasi-nn-multiple-backends to main:

@radu-matei has recently been working on an alternate backend for wasi-nn using ONNX and has written about it on his blog. This PR refactors the wasi-nn crate to support multiple backends. The wasi-nn context will choose which backend to use based on the GraphEncoding value passed to wasi_nn::load. Multiple backends can now coexist and a WebAssembly module could use multiple backends at runtime.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 10 2021 at 00:09):

abrown updated PR #3174 from wasi-nn-multiple-backends to main.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 10 2021 at 14:45):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 10 2021 at 14:45):

alexcrichton created PR review comment:

Typically this is done with From<#ident> for #tag_ty instead of Into which automatically gives the Into trait implementation as well.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 10 2021 at 14:45):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 10 2021 at 16:41):

abrown updated PR #3174 from wasi-nn-multiple-backends to main.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 10 2021 at 17:05):

abrown merged PR #3174.


Last updated: Nov 22 2024 at 17:03 UTC