aclrtcDestroyProg
产品支持情况
产品 |
是否支持 |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
|
x |
功能说明
销毁编译程序的实例。
函数原型
1 | aclError aclrtcDestroyProg(aclrtcProg *prog) |
参数说明
参数名 |
输入/输出 |
描述 |
|---|---|---|
prog |
输入 |
运行时编译程序的句柄。 |
返回值说明
aclError为int类型变量,详细说明请参考RTC错误码。
约束说明
无
调用示例
1 2 | aclrtcProg prog; aclError result = aclrtcDestroyProg(&prog); |
父主题: RTC