asc_get_icache_preload_status
产品支持情况
| 产品 | 是否支持 |
|---|---|
| Ascend 950PR/Ascend 950DT | √ |
| Atlas A3 训练系列产品/Atlas A3 推理系列产品 | √ |
| Atlas A2 训练系列产品/Atlas A2 推理系列产品 | √ |
功能说明
获取ICache的Preload的状态。
函数原型
__aicore__ inline int64_t asc_get_icache_preload_status()
参数说明
无
返回值说明
int64_t类型,0表示空闲,1表示忙。
流水类型
PIPE_S
约束说明
无
调用示例
int64_t status = asc_get_icache_preload_status();