aclGetCompileoptSize

Description

Obtains the size of the memory for storing compilation option values.

You can call this API to get the memory size. You need to allocate memory for saving the values of compilation options before calling aclGetCompileopt.

For scenarios that do not involve compilation (for example, single-operator API execution), this API is not required.

Prototype

size_t aclGetCompileoptSize(aclCompileOpt opt)

Parameters

Parameter

Input/Output

Description

opt

Input

Compilation option.

Returns

Returns the size of the memory for storing compilation option values, in bytes.