Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 #1795
- Loading branch information