Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement WebNN specification in Chromium browser #100

Open
fujunwei opened this issue Aug 24, 2021 · 0 comments
Open

Implement WebNN specification in Chromium browser #100

fujunwei opened this issue Aug 24, 2021 · 0 comments

Comments

@fujunwei
Copy link
Collaborator

WebNN-native is a standalone component to implement Web Neural Network API, we have exposed the JavaScript API with Node.js Binding. We start to integrate WebNN-native into Chromium browser, there are two approaches to implement IPC between render process and gpu process

  1. Mojom
  2. Command Buffer

Mojom is simple but maybe the interoperability with WebGPU/WebGL is hard, The implementation of WebNN with Command buffer is complex that is designed for web Graphics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant