tvm-webgpu-example
tvm-webgpu-example copied to clipboard
Where can i find a simple example for running a model?
Seems like this library is deprecated, createGraphRuntime is not available anymore in the tvm instance. Where can i find a basic hello world example for running wasm with webgpu?
const inst = await instantiate(wasmSource, new EmccWASI());
const executor = inst.createGraphRuntime(graphJson, syslib, ctx);