Skip to content

Commit 6233749

Browse files
zonglinpengfacebook-github-bot
authored andcommitted
add aot op checks for new hifi ops, add pow_Tensor_Scalar test in HiFi
Summary: have to rename `xa_nnlib_plusInff` as `xa_nnlib_plusInff_local` because the name duplicates with that of xa_nnlib/algo/ndsp/hifi4/src/inff_tbl.c. Dont want to change compiler flag for this and see no easy solution than refacto the who inff_tbl header in, so hacked with this solution. Will add other new ops from D68471314 in following diffs Differential Revision: D69015730
1 parent 88886b8 commit 6233749

File tree

2 files changed

+439
-376
lines changed

2 files changed

+439
-376
lines changed

backends/cadence/hifi/operators/op_clamp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ namespace impl {
4848
namespace HiFi {
4949
namespace native {
5050

51-
Tensor& clamp_tensor_out(
51+
Tensor& clamp_Tensor_out(
5252
RuntimeContext& ctx,
5353
const Tensor& in,
5454
const executorch::aten::optional<Tensor>& min_opt,

0 commit comments

Comments
 (0)