1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
**Release / access date for this revision:** 2026-09-16 (**v0.8.0**)
```bash
cargo test --workspace --locked
cargo run --locked -- info # active_phase=phase-hip-load
cargo run --locked -- run-kernel --builtin tiny_add --n 64
cargo test -p softgpu-core --test phase_hip_load --locked
```
**phase-hip-load** — HSA executable subset + SoftGPU agent `.text` load.
See [`docs/HIP-gap-analysis.md`](HIP-gap-analysis.md) and [`docs/isa-path.md`](isa-path.md).
Phase 12 / **v0.9.0** — R9700 hardware conformance and profile hardening.