Expand description
Automatic tensor compute-site selection.
Structs§
- Auto
Compute Profile - Automatic executor profile.
- Auto
Compute Router - Auto router that accepts device placement only with fresh compatible evidence.
- Auto
Routing Event - One provider-selection ledger row.
- Auto
Routing Ledger - In-memory routing ledger for explainable placement decisions.
- Auto
Tensor Executor - Tensor executor that picks the best compatible provider and falls back to CPU.
- Benchmark
Bounds - Bounded synthetic benchmark inputs.
- Compute
Auto Lib - Loadable library that registers the automatic compute site.
- Compute
Device Identity - Adapter, driver, and backend identity for measured compute evidence.
- Compute
Profile Limits - Hardware and scheduling limits captured with a measured profile.
- Compute
Profile Provenance - Provenance for a measured profile.
- Compute
Profile Samples - Transfer, launch, arithmetic, reduction, and matmul sample distributions.
- Compute
Thermal Power Context - Thermal and power context captured beside benchmark samples.
- Measured
Compute Profile - Checked measured profile used by automatic routing.
- Physical
Evidence Error - Failure returned when evidence is not acceptable as physical-device proof.
- Profile
Store - Table-backed measured profile store.
- Profile
Store Policy - Policy bounding profile persistence.
Enums§
- Auto
Route Decision - Reason an automatic route selected CPU or device placement.
- Compute
Evidence Kind - Discriminator for compute evidence that might otherwise look physical.
Statics§
- RECIPES
- Cookbook recipes for this lib, embedded at build time.
Traits§
- Compute
Physical Evidence - Evidence that can be checked before accepting a physical-device claim.
Functions§
- auto_
executor_ symbol - Stable symbol for the automatic tensor executor.
- compute_
auto_ lib_ symbol - Runtime library symbol for the automatic compute provider.
- compute_
auto_ site_ symbol - Site symbol exported by the automatic compute provider.
- measure_
bounded_ profile - Runs a deterministic bounded profile harness from supplied provider facts.
- measured_
compute_ profile_ citizen_ symbol - Citizen class symbol for measured compute profile read-construct records.
- measured_
compute_ profile_ shape_ symbol - Shape symbol for checked measured compute profile records.
- verify_
physical - Verifies that evidence can satisfy a physical-device acceptance boundary.