You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nondeterministically, ops will fail their PCC checks. This is most likely due to an error during the process of copying over output tensors from device, or the processing done on said tensors prior to the PCC check, as it is nondeterministic and thus most likely due to some introduction of uninitialized memory
The text was updated successfully, but these errors were encountered:
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
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
Nondeterministically, ops will fail their PCC checks. This is most likely due to an error during the process of copying over output tensors from device, or the processing done on said tensors prior to the PCC check, as it is nondeterministic and thus most likely due to some introduction of uninitialized memory
The text was updated successfully, but these errors were encountered: