An open API service indexing awesome lists of open source software.

https://github.com/zml/pjrt-artifacts


https://github.com/zml/pjrt-artifacts

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

## Local build instructions

This repo mirrors the GitHub Actions workflow for OpenXLA builds. Use the setup script to clone the correct fork at the pinned commit, apply patches, and print the exact build commands from the workflow matrix.

1. Run the setup script.

```bash
./setup.sh --fork upstream
```

For ROCm:

```bash
./setup.sh --fork rocm
```

Optional overrides:
- `--ref ` to override the pinned commit.
- `--dir ` to change the clone location.

2. Copy/paste the emitted commands for the target you want to build.

The script reads the matrix in [.github/workflows/_build.yaml](.github/workflows/_build.yaml), so the printed commands are always consistent with CI.