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
#747 reworked device->host tensor path. It could be optimized a bit by removing the unnecessary ToLayout call if the tensor is already in the desired layout (in this case, that would be RowMajor).
The text was updated successfully, but these errors were encountered:
#747 reworked device->host tensor path. It could be optimized a bit by removing the unnecessary
ToLayout
call if the tensor is already in the desired layout (in this case, that would be RowMajor).The text was updated successfully, but these errors were encountered: