Commit 0b18496
committed
Fix tensor post processing
This change fixes an issue with processing output tensors after they are
pulled off the device when checking golden-ness. The resulting tensor
had the first 32 bytes overwritten with seemingly uninitialized memory,
resulting in nondeterministic failures during similarity checks. Now,
the unadulterated tensor is returned.
Fixes #17951 parent f30a198 commit 0b18496
1 file changed
+5
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
470 | | - | |
471 | | - | |
472 | | - | |
473 | | - | |
474 | | - | |
475 | | - | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | | - | |
480 | | - | |
481 | | - | |
482 | | - | |
483 | | - | |
484 | | - | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
485 | 474 | | |
486 | | - | |
| 475 | + | |
487 | 476 | | |
488 | 477 | | |
489 | 478 | | |
| |||
0 commit comments