Skip to content

Latest commit

 

History

History

paddlejs-backend-webgpu

中文版

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.

// 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.