Stream: git-wasmtime

Topic: wasmtime / PR #8522 wasi-nn: factor out common test-progr...


view this post on Zulip Wasmtime GitHub notifications bot (May 01 2024 at 21:29):

abrown requested fitzgen for a review on PR #8522.

view this post on Zulip Wasmtime GitHub notifications bot (May 01 2024 at 21:29):

abrown opened PR #8522 from abrown:wasi-nn-refactor-tests to bytecodealliance:main:

wasi-nn's test program suite is light at the moment but, in order to expand it, this change factors out some of the common bits that are being used in the test-programs crate. Since all of the tests perform some kind of image classification, the new nn module gains classify and sort_results functions to help with this exact case.

prtest:full

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (May 01 2024 at 21:29):

abrown requested wasmtime-core-reviewers for a review on PR #8522.

view this post on Zulip Wasmtime GitHub notifications bot (May 01 2024 at 21:29):

abrown edited PR #8522:

wasi-nn's test program suite is light at the moment but, in order to expand it, this change factors out some of the common bits that are being used in the test-programs crate. Since all of the tests perform some kind of image classification, the new nn module gains classify and sort_results functions to help with this exact case.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (May 02 2024 at 17:35):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (May 02 2024 at 17:59):

alexcrichton merged PR #8522.


Last updated: Oct 23 2024 at 20:03 UTC