]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml-webgpu: Fix WASM compilation with OpenMP (#25943)
authorReese Levine <redacted>
Sun, 26 Jul 2026 00:37:18 +0000 (17:37 -0700)
committerGitHub <redacted>
Sun, 26 Jul 2026 00:37:18 +0000 (17:37 -0700)
commit7cdd557f76800b5a84ddee2bff6f20178a3e31fe
treed64c10d0cecca4953063dbb86b6168011be6bbdc
parent8bb909374d04d40621340aee5ba2245860027fdc
ggml-webgpu: Fix WASM compilation with OpenMP (#25943)

* Fix emscripten compilation with openmp

* Separate wasm job to its own workflow

* Add flags necessary for newer emsdk

* Just disable openmp

* Update triggers
.github/workflows/build-wasm.yml [new file with mode: 0644]
.github/workflows/build-webgpu.yml