-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support different tile and block size in Matrix
#909
Support different tile and block size in Matrix
#909
Conversation
cscs-ci run |
Waiting for #898 before I continue here since these will both touch |
6b32df6
to
301fb44
Compare
cscs-ci run |
This so far makes some minimal relaxations to allow constructing matrices with different tile size and block size. I've added some tests, but coverage could likely be better. I'm currently only exposing this functionality through the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Moving over the changes from #908 (comment) to a separate PR.
Do we want to renameEdit: I haven't done any renamings like this because in some cases we call things likeLayoutInfo::blockSize
toLayoutInfo::tileSize
?tileSize
can be equal toblockSize
but more generallyLayoutInfo
is concerned with the tile size.square_blocksize
and for that we want everything to have ablockSize
method. I'm punting this down the road.