by b_mc2 on 4/21/23, 12:54 AM with 29 comments
by DustinBrett on 4/21/23, 2:26 AM
Also instead of just "Update Chrome to v113" the domain owner could sign up for an origin trial https://developer.chrome.com/origintrials/#/view_trial/11821...
by FL33TW00D on 4/21/23, 7:29 AM
Releasing April 26th when Chrome 113 hits stable. Open source NPM library you can add to any project.
Preview here: https://twitter.com/fleetwood___/status/1646608499126816799?...
by doodlesdev on 4/21/23, 2:08 AM
> WebGPU is supported in your browser!
> Uncaught (in promise) DOMException: WebGPU is not yet available in Release or Beta builds.
Anyone using Chromium care to chime in?If no one chimes in I might set up a Chromium browser up just to take a look at this, seems pretty cool.
by ianpurton on 4/21/23, 9:04 AM
Could this code also be used to train models or only for inference?
What I'm getting at, is could I take the WGSL and using rust wgpu create a mini ChatGPT that runs on all GPU's?
by MuffinFlavored on 4/21/23, 3:35 AM
How do ChatGPT on GPT-3.5 / GPT-4 compare?
by luizfelberti on 4/21/23, 3:20 PM
Another annoying constraint but specific to wgpu (Rust's implementation of WebGPU) is that it does not support f16 yet (which IS in the spec), only through SPIR-V passthrough...
by tormeh on 4/21/23, 10:31 AM
by kristianp on 4/22/23, 1:01 AM
by junrushao1994 on 4/21/23, 4:03 AM
by eurekin on 4/21/23, 1:57 PM
by samueldurante on 4/22/23, 5:52 AM