Commit d75912b
Use libtorch target in generated operator tests/benchmarks instead of custom op lib target
Summary:
TSIA. Previously, a custom ATen operator library target was being used as a dependency in the generated operator tests to access ATen operator implementations. However, it seems that using the `libtorch` target works as well.
Change everything to just use `libtorch` to
1. Simplify dependencies
2. The custom ATen operator library target does not build on Windows for some reason
Differential Revision: D669641571 parent 4adbdce commit d75912b
1 file changed
+2
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | 85 | | |
104 | 86 | | |
105 | 87 | | |
| |||
109 | 91 | | |
110 | 92 | | |
111 | 93 | | |
112 | | - | |
| 94 | + | |
113 | 95 | | |
114 | 96 | | |
115 | 97 | | |
| |||
125 | 107 | | |
126 | 108 | | |
127 | 109 | | |
128 | | - | |
| 110 | + | |
129 | 111 | | |
130 | 112 | | |
131 | 113 | | |
| |||
0 commit comments