aclprofStr2Id
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function
msproftx converts a string into a hash ID.
Prototype
1 | uint64_t aclprofStr2Id(const char *message) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
message |
Input |
Character information, for example, operator name. |
hashId |
Output |
Hash ID. |
Returns
Hash ID. If the value is the maximum value of the uint64_t type, the operation fails. Otherwise, the operation is successful.
Restrictions
This API must be used in pair with aclprofRangePushEx and aclprofRangePop and before aclprofRangePushEx.
Parent topic: msproftx Extension APIs