softgpu 0.3.0

Developer-oriented GPU emulation, testing, debugging, and sanitization runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SoftGPU CI notes

## Jobs

| Job | Meaning of green |
| --- | --- |
| `core-macos` | Format, `cargo test --locked`, Clippy, doc links, profile validate |
| `core-linux` | Same without requiring ROCm |
| `rocm-integration` | **Skipped** in Phase 0 (`if: false`). Skipped ≠ passed. |
| `ci-result-policy` | Reminder job after cores pass |

## Local smoke

```bash
cargo test --locked
bash tools/check-docs-links.sh
```