From e44ffe65a5ebd527309c1813f2013553aaf3ef08 Mon Sep 17 00:00:00 2001 From: Nishak Date: Fri, 20 Dec 2024 05:07:23 -0800 Subject: [PATCH] solving lint error --- backends/cadence/hifi/operators/op_clamp.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backends/cadence/hifi/operators/op_clamp.cpp b/backends/cadence/hifi/operators/op_clamp.cpp index f92fbd3446..e8d83e37da 100644 --- a/backends/cadence/hifi/operators/op_clamp.cpp +++ b/backends/cadence/hifi/operators/op_clamp.cpp @@ -360,7 +360,8 @@ Tensor& clamp_tensor_out( (out_shape[0] * out_shape[1] * out_shape[2] * out_shape[3]) * sizeof(int)); - ET_KERNEL_CHECK(ctx, p_scratch != nullptr, MemoryAllocationFailed, out); + ET_KERNEL_CHECK( + ctx, p_scratch != nullptr, MemoryAllocationFailed, out); const FLOAT32* p_brd_cond = (const FLOAT32*)p_scratch; xa_nn_broadcast_32_32(