We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i noticed a lag when just using WebGPU as the backend for tensorflow.js AND this lag was not there when using WebGL. check video for evidence: https://user-images.githubusercontent.com/78939786/236615092-d076360b-bcb5-491d-9578-e4aec67f208f.mp4
WebGPU is the newer (then WebGL) library that allows browser to interact with GPU. It was only supported in Chromium 113 (April/May 2023).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i noticed a lag when just using WebGPU as the backend for tensorflow.js AND this lag was not there when using WebGL.
check video for evidence: https://user-images.githubusercontent.com/78939786/236615092-d076360b-bcb5-491d-9578-e4aec67f208f.mp4
WebGPU is the newer (then WebGL) library that allows browser to interact with GPU. It was only supported in Chromium 113 (April/May 2023).
The text was updated successfully, but these errors were encountered: