Rattus 39eb74cabe wan: Optimize qkv intermediates on attention
As commented. The former logic computed independent pieces of QKV in
parallel which help more inference intermediates in VRAM spiking
VRAM usage. Fully roping Q and garbage collecting the intermediates
before touching K reduces the peak inference VRAM usage.
2025-09-16 22:54:01 +10:00
..
2024-12-20 16:24:55 -05:00
2024-06-27 18:43:11 -04:00
2025-08-27 12:45:02 -04:00
2025-09-02 15:36:22 -04:00
2025-01-24 06:15:54 -05:00
2025-07-06 07:07:39 -04:00
2025-09-15 18:10:55 -04:00
2025-09-02 15:36:22 -04:00
2025-09-01 20:33:50 -04:00
2025-07-24 20:59:19 -04:00