Skip to content

fs-eire/ort-webgpu-plugin-parity

Repository files navigation

ORT WebGPU Plugin EP Parity Test

Parity testing repository for ONNX Runtime WebGPU Plugin EP.

Summary

This repository includes scripts to build two sets of artifacts: the baseline and the plugin EP.

Build Steps

  1. Prerequisites

    • Install uv (link TODO)
  2. Run Bootstrap

    Windows
    bootstrap.bat
    Linux/macOS
    ./bootstrap.sh
  3. Run Build

    Windows
    build.bat
    Linux/macOS
    ./build.sh

How to Use

Once the build completes successfully, the baseline binaries are located in parity_base, and the plugin EP binaries are in parity_plugin.

Prepare an ONNX Runtime GenAI compatible model folder.

Run model_benchmark in either folder. The executable splits the run into 5 steps, pausing after each step to wait for ENTER. This allows you to attach/detach a debugger or profiler.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published