hl_device_set_debug_mode
hl_device_set_debug_mode(hdev, ctx, false);
int hl_device_set_debug_mode(struct hl_device *hdev, struct hl_ctx *ctx, bool enable);
rc = hl_device_set_debug_mode(hdev, hpriv->ctx, (bool) args->enable);