hail icon indicating copy to clipboard operation
hail copied to clipboard

[query] Lower BlockMatrix to Table

Open johnc1231 opened this issue 2 years ago • 2 comments

This isn't working yet, but I think it's pretty close. It transforms a BlockMatrix into a row major table of entries.

Things to note:

  1. I'm not respecting partitionRanges right now, need to do that for same behavior as unlowered.
  2. sliceSize 4 is arbitrary, it should be computed based on the known width of the BlockMatrix.

johnc1231 avatar Apr 05 '22 16:04 johnc1231

@patrick-schultz would you be able to adopt this PR after randomness?

danking avatar Jun 23 '22 22:06 danking

Yeah, I can take this.

patrick-schultz avatar Jun 27 '22 16:06 patrick-schultz

@tpoterba should we keep this PR or do you have a new approach in mind for BlockMatrixToTable?

danking avatar Oct 03 '22 21:10 danking

Bump. @tpoterba @patrick-schultz

danking avatar Nov 30 '22 21:11 danking