-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Labels
Description
Sometimes, you need to expose a consistent signature whether or not you're using all the registers that the interface demands. The AutoPartition
bloq helps you take a register of a given dtype, split it up (partition it), optionally ignore some of the partitions, and then puts it back together. What if you don't need the partitioning part and just need the ignoring part? We could have a bookkeeping bloq that just indexes into an existing, shaped register.