Stream: git-wasmtime

Topic: wasmtime / PR #4949 Wasi parallel cpu


view this post on Zulip Wasmtime GitHub notifications bot (Sep 23 2022 at 17:33):

abrown opened PR #4949 from wasi-parallel-cpu to main:

This change implements [wasi-parallel] in Wasmtime. It addresses only the CPU parallelism (not GPU), since this would introduce additional complexity to an already difficult review (if you're interested about the GPU progress, talk to @egalli). Each commit implements a separate piece to the puzzle. Though most of the changed lines are not the core implementation (see tests, LICENSE, etc.), due to the size of the PR, it may be convenient to look at this commit by commit.

[wasi-parallel]: https://github.com/WebAssembly/wasi-parallel

I see several issues highlighted by this change:

[wasi-threads]: https://github.com/WebAssembly/wasi-threads

Why now? The rationale behind merging this code behind the wasi-parallel feature flag is to enable users to try this out locally and to iterate on this in-tree (e.g., toolchain, GPU parts).


Last updated: Oct 23 2024 at 20:03 UTC