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
This is an old bug discovered when Milinda was working on the QR App. Just documenting it now as we've starting talking about improving data partitioning.
This is an old bug discovered when Milinda was working on the QR App. Just documenting it now as we've starting talking about improving data partitioning.
Consider the following:
This will always cause an unnecessary copy of A_blocked[i] from the GPU to host when launching the task.
Maybe we need to introduce "( )" operators to distinguish when a copy is made or if it can be inferred otherwise.
The text was updated successfully, but these errors were encountered: