Commit ae3044a
[Codegen][ROCm] Don't branch on undef in
The fields in `ConvToIgemmInfo` were left uninitialized and some code
paths would branch on them, which invoked Undefined Behavior in C++.
Fixes: iree-org#22448getPaddingConvSize (iree-org#22449)1 parent d7a010f commit ae3044a
File tree
1 file changed
+2
-2
lines changed- compiler/src/iree/compiler/Codegen/Dialect/GPU/TargetUtils
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
372 | | - | |
373 | | - | |
| 372 | + | |
| 373 | + | |
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
| |||
0 commit comments