Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 466 Bytes

File metadata and controls

19 lines (10 loc) · 466 Bytes

中文版

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.