Skip to content

Commit 1ea3907

Browse files
Fix fbcode/oss sync (#16254)
Fix fbcode/oss sync: remove duplicated libs in backends/cadence/generic/operators/targets.bzl
1 parent aad8efd commit 1ea3907

File tree

1 file changed

+0
-67
lines changed

1 file changed

+0
-67
lines changed

backends/cadence/generic/operators/targets.bzl

Lines changed: 0 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -320,73 +320,6 @@ def define_common_targets():
320320
],
321321
)
322322

323-
# Combined target for backward compatibility
324-
# NOTE: cadence_aot_lib now uses individual targets directly for better linking
325-
runtime.cxx_library(
326-
name = "op_where_scalar",
327-
srcs = ["op_where_scalar.cpp"],
328-
exported_headers = ["op_where_scalar.h", "operators.h"],
329-
platforms = CXX,
330-
deps = [
331-
"//executorch/runtime/kernel:kernel_includes",
332-
"//executorch/runtime/core/exec_aten:lib",
333-
"//executorch/runtime/kernel:kernel_runtime_context",
334-
],
335-
visibility = [
336-
"//executorch/backends/cadence/...",
337-
"@EXECUTORCH_CLIENTS",
338-
],
339-
)
340-
341-
runtime.cxx_library(
342-
name = "op_rope",
343-
srcs = ["op_rope.cpp"],
344-
exported_headers = ["op_rope.h", "operators.h"],
345-
platforms = CXX,
346-
deps = [
347-
"//executorch/runtime/kernel:kernel_includes",
348-
"//executorch/runtime/core/exec_aten:lib",
349-
"//executorch/runtime/kernel:kernel_runtime_context",
350-
],
351-
visibility = [
352-
"//executorch/backends/cadence/...",
353-
"@EXECUTORCH_CLIENTS",
354-
],
355-
)
356-
357-
runtime.cxx_library(
358-
name = "op_linalg_svd",
359-
srcs = ["op_linalg_svd.cpp"],
360-
headers = ["op_linalg_svd.h"],
361-
platforms = CXX,
362-
deps = [
363-
"//executorch/runtime/kernel:kernel_includes",
364-
"//executorch/runtime/core/exec_aten:lib",
365-
"//executorch/runtime/core/exec_aten/util:tensor_util",
366-
"//executorch/runtime/kernel:kernel_runtime_context",
367-
],
368-
visibility = [
369-
"//executorch/backends/cadence/...",
370-
"@EXECUTORCH_CLIENTS",
371-
],
372-
)
373-
374-
runtime.cxx_library(
375-
name = "op_roi_align_box_processor",
376-
srcs = ["op_roi_align_box_processor.cpp"],
377-
exported_headers = ["op_roi_align_box_processor.h", "operators.h"],
378-
platforms = CXX,
379-
deps = [
380-
"//executorch/runtime/kernel:kernel_includes",
381-
"//executorch/runtime/core/exec_aten:lib",
382-
"//executorch/runtime/kernel:kernel_runtime_context",
383-
],
384-
visibility = [
385-
"//executorch/backends/cadence/...",
386-
"@EXECUTORCH_CLIENTS",
387-
],
388-
)
389-
390323

391324
runtime.cxx_library(
392325
name = "op_softmax",

0 commit comments

Comments
 (0)