official onnxruntime-web / explicit GPUDevice
WebGPU runtime comparison
IDLE
ORT runtime
onnxruntime-web@1.29.0
Patched local 1.30.0-dev
ONNX model
Add (1 node)
5 x (MatMul + Add + Relu + Mul) (20 nodes)
Run test
ORT import
pending
GPUDevice
pending
CreateSession
pending
Inference
pending
Input x
[1, 2, 3, 4]
Expected y
[2, 3, 4, 5]
Actual y
not run
Runtime log
Ready. Model graph: y = Add(x, [1, 1, 1, 1]).