Skip to content

Commit f1c7ece

Browse files
zonglinpengfacebook-github-bot
authored andcommitted
link M2 g3 operator kernels to jarvis and BUCK dep (#7529)
Summary: - Apply buck fix to Cadence's diff. - resolved duplicate work internally - fixed naming of mean link to jarvis - sub (fp32, int32), - div (fp32, int32), - exp (fp32), - permute (8-bit, 16-bit and 32-bit width) - slice (8-bit, 16-bit and 32-bit width). - mean (fp32) Reviewed By: hsharma35 Differential Revision: D67875050
1 parent b8cea10 commit f1c7ece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backends/cadence/fusion_g3/operators/op_mean.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ int prepare_data(
5959
return num_axis_dims;
6060
}
6161

62-
Tensor& mean_dim_out(
62+
Tensor& mean_out(
6363
KernelRuntimeContext& ctx,
6464
const Tensor& in,
6565
optional<ArrayRef<int64_t>> dim_list,
@@ -199,4 +199,4 @@ Tensor& mean_dim_out(
199199
} // namespace native
200200
} // namespace G3
201201
} // namespace impl
202-
} // namespace cadence
202+
} // namespace cadence

0 commit comments

Comments
 (0)