intel/ipex-llm - Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, DeepSeek, Mixtral, Gemma, Phi, MiniCPM, Qwen-VL, MiniCPM-V, etc.) on Intel XPU (e.g., local PC with iGPU and NPU, discrete GPU such as Arc, Flex and Max); seamlessly integrate with llama.cpp, Ollama, HuggingFace, LangChain, LlamaIndex, vLLM, DeepSpeed, Axolotl, etc.
Find a file
Yan Wan ffae7fa1ba optimize GRU by pre-calculating three linear operations (#1150)
* add preTopology for GRU

optimize GRU

* remove revisions in peephole

* pass dropout test

* add speed test

* remove unnecessary variables; judge preTopology == Sequential

* add comment
2017-07-06 15:37:28 +08:00