Commit 4f2ac7e
Use lambda on all kernel prim ops
This makes executorch_prim::et_copy_index.tensor and
executorch_prim::et_view.default also use a lamba function like the
rest. This fixes a problem where the functions pointers didn't get
proper values for this two ops.
Signed-off-by: Zingo Andersen <[email protected]>
Change-Id: Icc2623c5fe730483ddb21f041fe52de03f63a9531 parent 73893e1 commit 4f2ac7e
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
366 | | - | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
367 | 371 | | |
368 | | - | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
369 | 377 | | |
370 | 378 | | |
371 | 379 | | |
| |||
0 commit comments