Returns the human-readable name of an AMP policy.
Used by diagnostics, error messages, and the profiler to render the policy attached to each dispatched op.
Parameters
pAmpPolicyThe policy value to stringify.
Returns
const char*A pointer to a static C string — "Promote", "KeepInput" or "ForceFP32". The pointer is stable for the lifetime of the process.
Raises
LucidErrorThrown via
ErrorBuilder when p is not a known enumerator (defensive guard against bit-rotted casts).