Run a canary health probe against a registered backend
Source:R/backend-registry.R
amatrix_backend_health_probe.RdExecutes a small matmul round-trip against the named backend and
compares the result to the base R reference. On success the backend
is marked healthy; on failure it is marked
unhealthy:<reason>. Subsequent calls to
amatrix_backend_status() reflect the recorded health.
Details
The probe is intentionally tiny (10x10 double-precision matmul) so it completes in milliseconds even on cold GPU. It is not a benchmark; it is a liveness check.