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 caused by dot_d not supporting block-tiled matrices at the moment. Matrices should be either row-tiled or column-tiled for dot_d to produce the correct result. I will add an error message diagnosing this condition for now.
Running the following code on 4 localities returns
list(30, 60)
which is wrong:as it should return
list(30, 30)
, which is the size of each of the tiles.The text was updated successfully, but these errors were encountered: