Commit 2ca7c43
Bitnet: use the fused mul-silu in the FFN network (#110)
I had forgotten that build_bitnet() does not use the standerd
llm_build_ffn function, so the fused mul-silu didn't get used
for Bitnet when I added it to llm_build_ffn.
This gives us another ~1% speedup for TG-128.
Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>1 parent 1884411 commit 2ca7c43
1 file changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13954 | 13954 | | |
13955 | 13955 | | |
13956 | 13956 | | |
13957 | | - | |
13958 | | - | |
13959 | | - | |
13960 | | - | |
13961 | | - | |
13962 | | - | |
| 13957 | + | |
13963 | 13958 | | |
13964 | 13959 | | |
13965 | 13960 | | |
| |||
0 commit comments