https://github.com/zml/pjrt-artifacts
https://github.com/zml/pjrt-artifacts
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zml/pjrt-artifacts
- Owner: zml
- Created: 2024-08-29T21:47:06.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2026-03-25T00:50:19.000Z (3 months ago)
- Last Synced: 2026-03-25T00:59:02.816Z (3 months ago)
- Language: Shell
- Size: 437 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
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.