#24110 updated tests to use linalg_ext.online_attention instead of linalg_ext.attention. In some tests, we directly use tensor.empty as outputs/accmulators for the attention. However, these should be initialized appropriately with linalg.fill.
Goal is to update all attention lit tests to use linalg.fill for accumulators/output.
#24110 updated tests to use
linalg_ext.online_attentioninstead oflinalg_ext.attention. In some tests, we directly usetensor.emptyas outputs/accmulators for the attention. However, these should be initialized appropriately withlinalg.fill.Goal is to update all attention lit tests to use
linalg.fillfor accumulators/output.