aclrtFuncAttribute
typedef enum {
ACL_FUNC_ATTR_KERNEL_TYPE = 1, // Kernel type
} aclrtFuncAttribute;
When the attribute is set to ACL_FUNC_ATTR_KERNEL_TYPE, see aclrtKernelType for the attribute value.
Parent topic: Data Types and Operation APIs