faultline_compute 0.1.0

Execution backend abstractions for FaultLine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# faultline_compute

Execution backend abstractions for FaultLine.

## Scope
- compute backend capability descriptors
- compute job and result contracts
- execution backend trait
- backend registry and CPU baseline executor

## Notes
This crate intentionally keeps backend execution portable, with CPU and Wasm-ready boundaries before GPU-heavy implementation work.