---
title: GetNotifies
description: "| 产品 | 是否支持 |"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/hixlug/llmcrv2_42_34.html
sourcePath: /source/zh/canncommercial/900/API/hixlug/llmcrv2_42_34.html
indexId: 19e081ddf615f5da13edd1fdb2da36388a4e93e7165b85f70d71f1d0a995220759
---
# GetNotifies

#### 产品支持情况

| 产品 | 是否支持 |
| --- | --- |
| Atlas 350 加速卡 | x |
| Atlas A3 训练系列产品 / Atlas A3 推理系列产品 | √ |
| Atlas A2 训练系列产品 / Atlas A2 推理系列产品 | √ |
| Atlas 200I/500 A2 推理产品 | x |
| Atlas 推理系列产品 | x |
| Atlas 训练系列产品 | x |


说明：针对 Atlas A2 训练系列产品 / Atlas A2 推理系列产品 ，仅支持Atlas 800I A2 推理服务器、A200I A2 Box 异构组件。


#### 函数功能

获取当前Hixl内所有Server收到的Notify信息，并清空已收到信息。


#### 函数原型

```
Status GetNotifies(std::vector<NotifyDesc> &notifies)
```


#### 参数说明

| 参数名称 | 输入/输出 | 取值说明 |
| --- | --- | --- |
| notifies | 输入 | 存放Notify信息的vector。 |


#### 调用示例

无


#### 返回值

- SUCCESS：成功
- 其他：失败


#### 约束说明

无
