跳到主要内容

摩尔线程GPU管理库发布版本信息

MT GPU 管理库 v1.12.0

最新构建

Windows 发行包: 7a588e86e_mt-management_windows.tar.gz

Linux 发行包:

  • 7a588e86e_mtml_1.12.0-linux-R_sw64.deb
  • 7a588e86e_mtml_1.12.0-linux-R_sw64.rpm
  • 7a588e86e_mtml_1.12.0-linux-R_aarch64.rpm
  • 7a588e86e_mtml_1.12.0-linux-R_amd64.deb
  • 7a588e86e_mtml_1.12.0-linux-R_amd64.rpm
  • 7a588e86e_mtml_1.12.0-linux-R_arm32.deb
  • 7a588e86e_mtml_1.12.0-linux-R_arm32.rpm
  • 7a588e86e_mtml_1.12.0-linux-R_i386.deb
  • 7a588e86e_mtml_1.12.0-linux-R_i386.rpm
  • 7a588e86e_mtml_1.12.0-linux-R_loongarch64.deb
  • 7a588e86e_mtml_1.12.0-linux-R_loongarch64.rpm

环境要求

CPUhygonhygon兆芯兆芯phytiumphytiumloongsonloongsonintel
ARCHamd64amd64amd64amd64aarch64aarch64loongarch64loongarch64amd64
OSUOS desktop 20 Prokylin v10 sp1UOS desktop 20 Prokylin v10 sp1UOS desktop 20 Prokylin v10 sp1UOS desktop 20 Prokylin v10 sp1ubuntu20.04.1
GPUs10、s30、s50s10、s30、s50s10、s30、s50s10、s30、s50s10、s30、s50s10、s30、s50s10、s30、s50s10、s30、s50s80、s4000、s3000、s2000

驱动程序:kmd >=2024.05.11 develop (ecc相关功能需要等manage_ecc_blacklist_page 分支合入)

MTBios: sudi 1.2.0 ;qy1 2.2.0 ; qy2 22024.4.28

更新日志

  • 新特性
    • 内部
      • 添加了对重置目标硬件事件计数器的支持
        • 当前支持列表是
          • MTML_HW_ERROR_COUNTER_SERVER 0x1
          • MTML_HW_ERROR_COUNTER_HWR 0x2
          • MTML_HW_ERROR_COUNTER_CRR 0x4
          • MTML_HW_ERROR_COUNTER_SLR 0x8
          • MTML_HW_ERROR_COUNTER_WGP 0x10
          • MTML_HW_ERROR_COUNTER_TRP 0x20
          • MTML_HW_ERROR_COUNTER_FWF 0x40
          • MTML_HW_ERROR_COUNTER_APM 0x80
        • mtmlGpuResetHwErrorCounts(const MtmlGpu* gpu, unsigned long long counterType)
      • 添加了查询关闭和减速阈值温度的支持
        • mtmlGpuGetTemperatureThreshold(const MtmlGpu* gpu, MtmlTemperatureThreshold thresholdType, unsigned int *temp)
      • 添加了重置事件缓冲区的支持
        • mtmlDeviceResetEventBuffer(const MtmlDevice *device)
    • 公开
      • 添加了对ddr ecc特性的支持
        • 支持查询和设置ddr ecc模式
          • mtmlMemoryGetEccMode(const MtmlMemory* mem, MtmlEccMode *currentMode, MtmlEccMode *pendingMode)
          • mtmlMemorySetEccMode(const MtmlMemory* mem, MtmlEccMode mode)