---
title: aclrtCondition
description: "```"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/runtimeapi/aclcppdevg_03_1914.html
sourcePath: /source/zh/canncommercial/900/API/runtimeapi/aclcppdevg_03_1914.html
indexId: d15f4089374d1f3a053e9f87a6ac754c43b1b6e4177fe73832d88d0c8187065668
---
# aclrtCondition

```
typedef enum { 
    ACL_RT_EQUAL = 0, 
    ACL_RT_NOT_EQUAL, 
    ACL_RT_GREATER, 
    ACL_RT_GREATER_OR_EQUAL, 
    ACL_RT_LESS, 
    ACL_RT_LESS_OR_EQUAL 
} aclrtCondition;
```
