Skip to content

Commit 7eba6d1

Browse files
link bmm, mm, view_copy, slice_copy, split_with_sizes_copy to jarvis (#10436)
Summary: titled Differential Revision: D73514531 --------- Co-authored-by: cad-audio <[email protected]>
1 parent 1401c9e commit 7eba6d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

backends/cadence/hifi/operators/targets.bzl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ def define_operator(name: str, deps: list[str] | None = None) -> None:
3434
OPERATORS = [
3535
"add",
3636
"atan2",
37+
"bmm",
38+
"mm",
39+
"slice_copy",
40+
"split_with_sizes_copy",
41+
"view_copy",
3742
"cat",
3843
"clamp",
3944
"dequantize_per_tensor",

0 commit comments

Comments
 (0)