Commit 2da24ae
authored
Emit std::string_view/std::optional from codegen (pytorch#21000)
Codegen still emitted the deprecated
`torch::executor::string_view`/`optional` aliases; emit
`std::string_view`/`std::optional` directly. Verified by building
`optimized_ops_lib` and `portable_ops_lib` locally.
Authored with Claude.1 parent aaacd03 commit 2da24ae
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments