-
Notifications
You must be signed in to change notification settings - Fork 33
Machine Learning in the Browser #152
Copy link
Copy link
Closed
Labels
focus-area-proposalFocus Area ProposalFocus Area Proposal
Description
Description
Access to tensor-accelerators such as GPUs or TPUs is fragmented and lacking cross browser support.
Running machine learning models, I am using WebGPU on Chrome Canary, WebGL on Chrome stable, WebGL on Safari's main thread, but not Worker thread, where I have to use WASM, etc...
Rationale
Machine learning is the future of software development.
However, nowadays support is fragmented, and runtime is extremely slow.
Specification
Tests
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
focus-area-proposalFocus Area ProposalFocus Area Proposal