aclrtKernelArgsParaUpdate
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Updates the value of an argument appended by the aclrtKernelArgsAppend API.
Prototype
aclError aclrtKernelArgsParaUpdate(aclrtArgsHandle argsHandle, aclrtParamHandle paramHandle, void *param, size_t paramSize)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
argsHandle |
Input |
Handle to the argument list. |
paramHandle |
Input |
Parameter handle. |
param |
Input |
The address of the memory where the parameter value is to be updated. This is the host memory address. |
paramSize |
Input |
Memory size, in bytes. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Kernel Loading and Execution