Commit 59f8908
Fix selective build codegen for sym primops (pytorch#6484)
Summary:
Build-time codegen for selective build fails for symint/symfloat/etc. prim ops, for example `"executorch_prim::add.Scalar": ["v1"]`. At appears that the codegen logic doesn't currently handle kernels with no dtypes.
This change was split from D63882723.
Reviewed By: Olivia-liu
Differential Revision: D648830351 parent ec15487 commit 59f8908
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
75 | | - | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| |||
0 commit comments