Welvet examples

51. stub/accel — NPU/Metal/QNN

Open original example ↗Recorded results · not a live execution

Part: VIII · Stubs
Package: github.com/openfluke/welvet/stub/accel
Status: missing — ⬜

When

Scaffold / experimental stub stub/accel (may be partial).

Where

import "github.com/openfluke/welvet/stub/accel"

cd 51-stub-accel && source ../env.sh && go run .

Why

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

What

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

No captured output in _manifest.json yet — run go run . and paste here.

Source

Copied from the Welvet feature book examples (openfluke.github.io/welvet/examples/51-stub-accel).

Sample output (captured)

— 51-stub-accel (83ms)

Live capture from go run ./cmd/runall on local ../../welvet (exit 0).

main.go

Download source ↓
package main

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

func main() {}