ik_llama_opt/ggml
Kawrakow 8de297b795 Fused FFN_UP+FFN_GATE op (#741)
* Fused up+gate+unary for regular (not MoE) FFN - CPU

* WIP CUDA

* Seems to be working on CUDA

For a dense model we get 2-3% speedup for PP and ~0.6% for TG.

* Add command line option

This time the option is ON by default, and one needs to turn it
off via -no-fug or --no-fused-up-gate

---------

Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
2025-08-31 18:16:36 +03:00
..
cmake
include Fused FFN_UP+FFN_GATE op (#741) 2025-08-31 18:16:36 +03:00
src Fused FFN_UP+FFN_GATE op (#741) 2025-08-31 18:16:36 +03:00
.gitignore
CMakeLists.txt Enable CUDA graphs for MoE models + GPT-OSS support (#689) 2025-08-15 09:18:07 +03:00