Commit 88ffaea
extension/module doesn't depend on prim_ops
Summary:
This makes sense because extension/module doesn't need prim_ops to work.
This is safe because as long as a user of extension/module uses another ops_lib, prim_ops (program) is implicitly added.
See https://www.internalfb.com/code/fbsource/xplat/executorch/codegen/codegen.bzl?lines=692
Differential Revision: D742279491 parent 7a1131c commit 88ffaea
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
0 commit comments