File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
backends/cadence/hifi/operators Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ using exec_aten::ScalarType;
1616using executorch::runtime::KernelRuntimeContext;
1717using executorch::runtime::kTensorDimensionLimit ;
1818using executorch::runtime::resize_tensor;
19- using executorch::runtime::tensors_have_same_dim_order;
2019using executorch::runtime::tensor_is_default_dim_order;
20+ using executorch::runtime::tensors_have_same_dim_order;
2121using torch::executor::check_bmm_args;
2222using torch::executor::Error;
2323using torch::executor::get_bmm_out_target_size;
@@ -78,8 +78,8 @@ Tensor& bmm_out(
7878 WORD32 out_stride = p;
7979
8080 WORD32* __restrict__ tmp =
81- (WORD32* __restrict__)kernels::allocate_temp_memory (
82- ctx, (batch_size * m * p) * sizeof (float ));
81+ (WORD32* __restrict__)kernels::allocate_temp_memory (
82+ ctx, (batch_size * m * p) * sizeof (float ));
8383
8484 ET_KERNEL_CHECK (ctx, tmp != nullptr , MemoryAllocationFailed, out);
8585
You can’t perform that action at this time.
0 commit comments