This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Commit 3143aab
[v1.7.x] ElementWiseSum fix for oneDNN (#18777)
* Fix ElementwiseSum for DNNL
* Fix sanity and replace push_back with emplace_back
* Change order of the data format conditions
* Add NOLINT to avoid readability error
* Add test for oneDNN ElemwiseSum
Co-authored-by: Bart Gawrych <gawrych.bartlomiej@intel.com>1 parent d95de55 commit 3143aab
File tree
2 files changed
+31
-8
lines changed- src/operator/tensor
- tests/python/mkl
2 files changed
+31
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
117 | 124 | | |
118 | 125 | | |
119 | 126 | | |
| |||
123 | 130 | | |
124 | 131 | | |
125 | 132 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
257 | 279 | | |
258 | 280 | | |
259 | 281 | | |
| |||
263 | 285 | | |
264 | 286 | | |
265 | 287 | | |
266 | | - | |
| 288 | + | |
267 | 289 | | |
268 | 290 | | |
269 | 291 | | |
| |||
0 commit comments