[中文版](./README_cn.md) # paddlejs-backend-webgpu This package implements an experimental backend based on WebGPU for Paddle.js. (https://gpuweb.github.io/gpuweb/) ## Importing You can install the backend package via npm. `@paddlejs/paddlejs-backend-webgpu`. ```js // 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.