I’m Running WebGPU on a MacBook Pro M1 with macOS Ventura 13.3
1–2 of 2 posts
Re: I’m Running WebGPU on a MacBook Pro M1 with macOS Ventura 13.3
#2Check out the demo video, blog posts, and documentation to explore the possibilities of WebGPU, including the ability to run AI models with TensorFlow.js.
WebGPU playgrounds https://toji.github.io/webgpu-clustered-shading/ https://webgpu.github.io/webgpu-samples/ Documentation Get started with GPU Compute on the web https://developer.chrome.com/articles/gpu-compute/ WebGPU W3C https://gpuweb.github.io/gpuweb/ Technical introduction to the WebGPU Shading Language https://google.github.io/tour-of-wgsl/ WebGPU also allows running AI models. For instance, with TensorFlow.js you can test AI models like BlazeFace, BodyPix, PoseDetection, AutoML Image classification and more with the package below. GPU accelerated WebGPU backend for TensorFlow.js https://www.npmjs.com/package/@tensorflow/tfjs-backend-webgp...
#WebGPU #GraphicsProgramming #AI