---
title: OpkernelLib
description: "配置算子调用的kernelLib，AICPU自定义算子调用的kernelLib固定为“CUSTAICPUKernel”。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/ascendcopapi/atlasascendc_api_07_00215.html
sourcePath: /source/zh/canncommercial/900/API/ascendcopapi/atlasascendc_api_07_00215.html
indexId: a18d40f98756c61fdd611802dfd281db2e6992e42f08371659f549768f9b225c77
---
# OpkernelLib

#### 功能说明

配置算子调用的kernelLib，AICPU自定义算子调用的kernelLib固定为“CUSTAICPUKernel”。


#### 函数原型

```
OpAICPUDef &OpkernelLib(const char *value)
```


#### 参数说明

| 参数 | 输入/输出 | 说明 |
| --- | --- | --- |
| value | 输入 | kernelLib值，算子调用的kernelLib固定为“CUSTAICPUKernel。 |


#### 返回值说明

OpAICPUDef算子定义，OpAICPUDef请参考OpAICPUDef。


#### 约束说明

无
