SIGN IN SIGN UP

hexagon: dma optimizations (mostly fixing regressions) (#21137)

* hex-fa: add simple dma cache for Mask

I noticed that we were refetch the mask rows over and over.
This simple cache avoids that.

* hex-dma: unset in-order desc bit which caused signficant perf regression

We don't rely on true in order processing of the DMA descriptors anywhere.
Turns out this mode caused significant regression of around 3-4 TPS during token gen.

* hex-rope: update comment to clarify that we don't need in-order DMA completions
M
Max Krasnyansky committed
f5d1c4179fedf726bec744d3125a55df8d02496a
Parent: 2405d59
Committed by GitHub <[email protected]> on 3/29/2026, 1:40:13 PM