aclrtGetFunctionName

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

Atlas inference product

Atlas training product

Description

Obtains the kernel function name based on a kernel function handle.

Prototype

1
aclError aclrtGetFunctionName(aclrtFuncHandle funcHandle, uint32_t maxLen, char *name)

Parameters

Parameter

Input/Output

Description

funcHandle

Input

Kernel function handle. For details about the type definition, see aclrtFuncHandle.

maxLen

Input

Maximum memory size (in bytes) for storing the kernel function name.

name

Output

Kernel function name.

Returns

0 on success; else, failure. For details, see aclError.