tvm-webgpu-example
tvm-webgpu-example copied to clipboard
Compiling machine learning to wasm and WebGPU
Is there a roadmap to support the latest webgpu ?
Hi Tianqi, I'm using this tutorial as a guide to host one of my own MobileNetv2 models. I had a couple of questions regarding the preprocessing you are doing. I'm...
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? ```...