softgpu 0.3.0

Developer-oriented GPU emulation, testing, debugging, and sanitization runtime
Documentation
# Architecture Decision Records

ADRs capture decisions that are expensive to reverse or that affect compatibility.

## Template

```markdown
# ADR-NNNN: Title

- Status: Proposed | Accepted | Superseded | Deprecated
- Date: YYYY-MM-DD
- Deciders: ...

## Context

## Evidence

## Decision

## Alternatives considered

## Consequences

## Validation plan

## Reconsider if
```

## Index

| ADR | Title | Status |
| --- | --- | --- |
| [0001]0001-rocr-hsa-substitution-boundary.md | ROCr/HSA substitution boundary | Accepted |
| [0002]0002-generation-safe-handles.md | Generation-safe packed handles | Accepted |