SIGN IN SIGN UP

use generate_lib to replace generate_lib_all_ops (#2315)

Summary:
Pull Request resolved: https://github.com/pytorch/executorch/pull/2315
bypass-github-export-checks

`generate_lib` target (https://www.internalfb.com/code/fbsource/[53b009cbd8ee]/fbcode/executorch/kernels/portable/targets.bzl) has covered both aten ops and custom ops, which equals to all ops under portbale lib and make `generate_lib_all_ops` target reduntant. This diff removes `generate_lib_all_ops` and replace all places depending on it with `generate_lib`.

Reviewed By: larryliu0820

Differential Revision: D54671576

fbshipit-source-id: cf524fccc5e794948cd5478b361208814cfaefce
S
Songhao Jia committed
7e37a2629cdc44856db60b18b6fcf19788861b1e
Parent: 754429d
Committed by Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com> on 3/9/2024, 1:54:34 AM