CHANGELOG

v9.0.0-beta.2

Release Date: 2026/03/31

CANN Version Version Source Tag
CANN 9.0.0-beta.2 v9.0.0-beta.2

🚀 Key Features

📖 Documentation


v9.0.0-beta.1

Release Date: 2026/02/25

CANN Version Version Source Tag
CANN 9.0.0-beta.1 v9.0.0-beta.1

🚀 Key Features


v8.5.0

Release Date: 2026/01/23

CANN Version Version Source Tag
CANN 8.5.0 v8.5.0

🚀 Key Features

Based on Atlas A3 training series products/Atlas A3 inference series products, Atlas A2 training series products/Atlas A2 inference series products fully open source, including the following new features:

  • Implemented repository separation and packaging, supporting independent installation and deployment of separate packages, including core repository asc-devkit for Ascend C operator development, debugging tool repository asc-tools, Vector operator template library repository atvc and atvoss, Python frontend repository pyasc.
  • Programming API capability expansion
    • Added language extension layer C API, providing industry-similar programming experience.
    • Basic API added LocalMemAllocator memory allocation interface.
  • Full support for heterogeneous compilation and <<<>>> direct invocation, enabled through file suffix ".asc" or compilation option "-x asc".
  • Standardized operator compilation CMake interfaces, providing Cmake module interfaces supporting different compilation scenarios.
  • Supported CPU&NPU twin debugging capability consistency, one set of code supporting both CPU and NPU debugging.
  • Comprehensive optimization of programming guide.
  • Added operator samples.