Function: kernel_args_finalize
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Indicates that the parameters are assembled completely.
Prototype
- C Prototype
1aclError aclrtKernelArgsFinalize(aclrtArgsHandle argsHandle)
- Python Function
1ret = acl.rt.kernel_args_finalize(args_handle)
Parameter Description
Parameter |
Description |
|---|---|
args_handle |
Int, handle of the parameter list. |
Return Value Description
Return Value |
Description |
|---|---|
ret |
Int, 0 on success; else, failure. |
Parent topic: Kernel Loading and Execution