Commit 09c76d0
authored
docs(functions): disambiguate computed attn_bias; co-locate PackedMHA test
Rename the computed attention bias in the module docstring pseudo-code to
attn_bias so it is not confused with the new formal `bias` input, and move
the fallback-function test next to its implementation under
src/mobius/functions/ to match the existing convention.1 parent 864c04f commit 09c76d0
2 files changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
File renamed without changes.
0 commit comments