
# GPU设备检查
#### 功能
检查节点是否存在gpu设备，gpu驱动是否安装且运行正常。
#### 语法
**edgectl check gpu**
#### 参数说明
无
#### 使用示例
检查节点GPU设备：
```
edgectl check gpu
```
检查成功返回结果：
```
+-----------------------+
| NVIDIA check succeed. |
+-----------------------+
```
检查失败返回结果：
```
ERROR6201: Confirm that this node has NVIDIA devices.
For more information, see IEF documentation.
+----------------------+
| NVIDIA check failed. |
+----------------------+
```
检查失败时，会打印错误码，用户可以根据错误码在所提供的文档链接中获取帮助。
