Stream: wasi-threads

Topic: openmp


view this post on Zulip Andrew Brown (Dec 14 2023 at 20:47):

Just a heads up: a PR adding initial WebAssembly support for OpenMP has now been merged into LLVM (#71297). It is still very early days there, so expect some road bumps, but at least one can now try the kind of experiments we did for our OpenMP + Wasm + AI talk.

This change allows building the static OpenMP runtime, libomp.a, as WebAssembly. It builds on the work done in D142593 but goes further in several ways: it makes the OpenMP CMake files more WebAss...

Last updated: Oct 23 2024 at 20:03 UTC