Exporting of jitted functions to wasm/WebGPU with IREE backend? #8856
Unanswered
josephrocca
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've seen mentions of an IREE backend for JAX, and I've seen that IREE has wasm and WebGPU on the roadmap, so as the title says, I'm wondering if it might end up being possible to compile JAX functions (e.g. the result of
jit(grad(some_function))
) to wasm/webgpu for use outside of Python? It would be game-changing (for my use cases) if this ended up being possible!Related issues:
Beta Was this translation helpful? Give feedback.
All reactions