← OpenFluke

Chapter 51

stub/accel — NPU/Metal/QNN

github.com/openfluke/welvet/stub/accel


Why it exists

Vendor accelerators (Intel NPU, Qualcomm QNN, Apple Metal) will plug beside WebGPU — not replace it.

What it is

Package is doc.go only today (⬜). No symbols yet; reserved for plugin loader design.

Go example

examples/51-stub-accel/main.go

Run:cd welvet/examples/51-stub-accel && source ../env.sh && go run .
package main

// import "github.com/openfluke/welvet/stub/accel"
// No exported API yet — see package doc.go for intent.

func main() {}

Output

Run python3 _gen_welvet_book.py --run to capture output.