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
if we increase number of cores for upsample, having upsample changes from PR, circular buffers are going out of memory.
Following is replaced determine_num_cores_for_upsample
if we increase number of cores for upsample, having upsample changes from PR, circular buffers are going out of memory.
Following is replaced
determine_num_cores_for_upsample
After further debug, It seems that following configuration is failing for
x = self.upblock3(x, c2_residual)
for unet_shallow_ttnn.py.It seems this particular configuration needs reshard after introducing above new determine_num_cores_for_upsample which is likely to cause issue.
The text was updated successfully, but these errors were encountered: