Collect full dispatch information for an aMatrix object
Source:R/backend-planning.R
amatrix_execution_info.RdReturns a snapshot of the dispatch state for an aMatrix,
including residency, preferred backend, policy, precision, and the
per-operation dispatch matrix for a set of operations.
Value
A named list with elements:
- object_id
Character. Internal object identifier.
- preferred_backend
Character. Preferred backend slot value.
- pinned_backend
Character or
NULL. Backend to which the object is currently GPU-resident.- policy
Character. Dispatch policy slot value.
- precision
Character. Precision mode (
"strict"or"fast").- residency
data.frame. Output of
amatrix_residency_info.- plans
data.frame. Output of
amatrix_backend_matrix.