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
Currently, masking on these is done after the fact, meaning a lot of compute power could have been wasted calculating things that won't survive the mask. A better approach would be to pass the mask into the compiled code, iterate over it in linalg.generic as a third input, and apply the mask inside the loop.
The text was updated successfully, but these errors were encountered:
Currently, masking on these is done after the fact, meaning a lot of compute power could have been wasted calculating things that won't survive the mask. A better approach would be to pass the mask into the compiled code, iterate over it in
linalg.generic
as a third input, and apply the mask inside the loop.The text was updated successfully, but these errors were encountered: