This package implements an experimental backend based on WebGPU for Paddle.js. (https://gpuweb.github.io/gpuweb/)
You can install the backend package via npm. @paddlejs/paddlejs-backend-webgpu
.
// Import the registered WebGPU backend.
import '@paddlejs/paddlejs-backend-webgpu';
Note: If you want to run webGPU backend demo, you need run it in the Chrome Canary application.