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

Compiling machine learning to wasm and WebGPU

Results 3 tvm-webgpu-example issues
Sort by recently updated
recently updated
newest added

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? ```...