Skip to content

Releases: PAICookers/PAIlib

v1.3.1

09 Nov 06:18
7aeb75b
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • 新增在线核起始坐标参数 ONLINE_CORES_BASE_COORD

Full Changelog: v1.3.0...v1.3.1

v1.3.0

21 Jul 14:37
d5131f0
Compare
Choose a tag to compare

What's Changed

🐛 Bugfix

  • 修复 FrameFramePackage 的深拷贝方法
  • 更正 ADDR_RAM_MAX 值为511,该值表示芯片离线核神经元RAM地址最大值

🚀 Features

  • 新增 FANOUT_IW8 硬件参数
  • 核模式 MODE_BANN_OR_SNN_TO_SNN 重命名为 MODE_BANN_OR_SNN_TO_VSNN,并为 CoreMode 新增了几个辅助属性

🧰 Maintenance

  • 核参数权值精度 WeightPrecisionType 重命名为 WeightWidthType
  • 配置帧III型生成方法接口变更:不再接收 lcn_exweight_width 参数,改为接收 repeat 参数
  • 重命名部分生成帧方法的参数名
  • 更新参数术语文档

Full Changelog: v1.2.0...v1.3.0

v1.3.0a1

19 Jul 01:46
Compare
Choose a tag to compare
v1.3.0a1 Pre-release
Pre-release

Full Changelog: v1.2.0...v1.3.0a1

v1.2.0

04 Jul 03:22
b4a732e
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • Coord 添加 core_type 属性,用于标识坐标所指处理核类型
  • 新增 RoutingPath,用于表示路由路径

Full Changelog: v1.1.6...v1.2.0

v1.1.6

13 Jun 14:58
1aa5d6b
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • 移除 hw_types
  • 支持神经元泄露参数为数组形式与导出
  • 提供更多的参数模型常量

Full Changelog: v1.1.5...v1.1.6

v1.1.5

11 Jun 15:16
392ff35
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • 生成初始化帧支持芯片列表
  • 重构 CoreMode

Full Changelog: v1.1.4...v1.1.5

v1.1.4

31 May 02:27
59aef87
Compare
Choose a tag to compare

What's Changed

🐛 Bugfix

  • 修复 Coordinate 加减法进位错误的问题

Full Changelog: v1.1.3...v1.1.4

v1.1.3

30 May 06:30
257db78
Compare
Choose a tag to compare

What's Changed

🧰 Maintenance

  • 移除 Python 3.8 支持

Full Changelog: v1.1.2...v1.1.3

v1.1.2

20 May 06:16
a1ef254
Compare
Choose a tag to compare

What's Changed

🐛 Bugfix

  • 修复 bit_split 截取高位错误的问题

Full Changelog: v1.1.1...v1.1.2

v1.1.1

18 May 06:42
ee64df1
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • 添加基础路由类型以支持多芯片

Full Changelog: v1.0.0...v1.1.1