You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bring the #574 fused low-precision path to the Metal target (via the source-built Metal runtime from #571), validate token-exact-or-within-gate, and measure. This confirms the ADR 0004 transferability thesis: the same graph-level lever lands on a different IREE target without per-backend kernel authoring.
Part of #570
Summary
Bring the #574 fused low-precision path to the Metal target (via the source-built Metal runtime from #571), validate token-exact-or-within-gate, and measure. This confirms the ADR 0004 transferability thesis: the same graph-level lever lands on a different IREE target without per-backend kernel authoring.
Scope
xla-ireecrate against the source-built Metal runtime from build: Makefile targets to source-build the IREE runtime (CUDA + Metal) #571 (make iree-metal).Integration / acceptance
xla-ireebuild runs the fused low-precision graphs through the normal load / serve path (not an isolated benchmark harness).Dependencies
Depends on #574 (the fused low-precision path this issue transfers to Metal).