news 2026/9/10 15:39:41

CANN/ge:昇腾图编译执行引擎

作者头像

张小明

前端开发工程师

1.2k 24
文章封面图
CANN/ge:昇腾图编译执行引擎

GE (Graph Engine)

【免费下载链接】geGE(Graph Engine)是面向昇腾的图编译器和执行器,提供了计算图优化、多流并行、内存复用和模型下沉等技术手段,加速模型执行效率,减少模型内存占用。 GE 提供对 PyTorch、TensorFlow 前端的友好接入能力,并同时支持 onnx、pb 等主流模型格式的解析与编译。项目地址: https://gitcode.com/cann/ge

Latest News

  • [2026/03] Continuously enhanced graph optimization capabilities, improved unit test coverage, and fixed compilation issues in multiple edge cases. Optimized documentation structure to enhance developer experience.
  • [2026/02] Optimized auto-fusion and broadcast scenario support, added BF16 data type support. Enhanced HostCPU engine capabilities, optimized session creation and destruction lock mechanism. Fixed bugs in external weight and thread loading scenarios. Supported Reduce axis splitting Store address conflict penalty to improve operator fusion effects.
  • [2026/01] GE project first release, open-sourced graph compiler and executor, supporting PyTorch and TensorFlow frontend integration and ONNX and PB model format parsing and compilation.

Overview

GE (Graph Engine) is a graph compiler and executor for Ascend, providing computation graph optimization, multi-stream parallelism, memory reuse, and model sinking technologies to accelerate model execution efficiency and reduce model memory footprint.

GE provides friendly integration capabilities for PyTorch and TensorFlow frontends, and simultaneously supports parsing and compilation of mainstream model formats such as onnx and pb. See Ascend Community Documentation - Graph Mode Development Guide.

Quick Start

To quickly experience GE's working methods and basic development process, refer to the following documentation:

  • Build Verification: Introduces the complete build process of components and test case execution flow.
  • Quick Start: Using ResNet50 model as an example, introduces how to use the ATC tool for model conversion and execute inference on Ascend AI processors.
  • Quick Start-LLM: Using Qwen model as an example, introduces how to use the ATC tool for LLM model conversion and implement LLM model loading, execution, and result retrieval.

Documentation

To learn how to use GE for model compilation and execution, refer to the Graph Mode Development Guide, technical articles, and other content: GE Reference Materials

To gain a deep understanding of GE's internal design, architecture mechanisms, and development processes, refer to the following documentation:

  • GE Architecture Documentation: Introduces core components, execution flows, optimization mechanisms, and other internal principles.
  • Contributing Guide: Explains how to submit Issues, Pull Requests, and code standards.
  • AI Agent Support: Introduces some default skills used in the repository and using agents to assist the development process.

Ecosystem Integration

The following projects have integrated GE as an inference or graph mode backend:

  • TorchAir: Integrates GE into PyTorch graph mode. Link
  • TFA (TensorFlow Adapter): Uses GE as TensorFlow backend. Link
  • JittorInfer: Large model C++ inference framework based on Ascend chips. Link
  • Triton GE Backend: GE's Triton Inference Server backend. Link

Note:The above list shows known and publicly disclosed integration cases,not a complete list. If you are using GE, welcome to supplement through Issues or Pull Requests, and we will continuously update relevant information.

Other Information

  • Security Statement
  • License

Contact Us

【免费下载链接】geGE(Graph Engine)是面向昇腾的图编译器和执行器,提供了计算图优化、多流并行、内存复用和模型下沉等技术手段,加速模型执行效率,减少模型内存占用。 GE 提供对 PyTorch、TensorFlow 前端的友好接入能力,并同时支持 onnx、pb 等主流模型格式的解析与编译。项目地址: https://gitcode.com/cann/ge

创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考

版权声明: 本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若内容造成侵权/违法违规/事实不符,请联系邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!
网站建设 2026/9/10 15:37:33

10分钟从零上手Tracy Profiler:30秒把游戏帧率卡顿定位到函数级

10分钟从零上手Tracy Profiler:30秒把游戏帧率卡顿定位到函数级 【免费下载链接】tracy Frame profiler 项目地址: https://gitcode.com/GitHub_Trending/tr/tracy 程序变慢、帧率忽高忽低,日志里却看不到任何线索,只能靠猜&#xff1…

作者头像 李华
网站建设 2026/9/10 15:36:22

1690张橘子数据集VOC+YOLO格式训练全流程解析

简介:一套面向目标检测任务的中文橘子数据集,主要服务于计算机视觉入门、YOLO或Pascal VOC格式的迁移学习,以及农业场景中的目标计数、成熟度检测等算法验证。压缩包内含jpg图片、VOC格式XML标注和YOLO格式TXT标注,全部由labelImg…

作者头像 李华