tvm-webgpu-example icon indicating copy to clipboard operation
tvm-webgpu-example copied to clipboard

Where can i find a simple example for running a model?

Open manish181192 opened this issue 1 year ago • 0 comments

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);

manish181192 avatar Nov 02 '24 05:11 manish181192