Actions
Task #12144
closedTile numpy consolodation tool
Description
Write a tool to consolidate cgf into numpy arrays and consolidate them into a single numpy array for ease of use.
These tools are getting overly specialized and maybe it's not worth trying to create general purpose tools at this point. If specialization isn't a concern, then this should take in the split out numpy arrays created from band-to-matrix-npy.cpp and consolidate them.
It would be nice if this were possible in Python but C++ is more reasonable as it can handle the amount memory needed.
Updated by Abram Connelly over 8 years ago
- Status changed from New to In Progress
- Priority changed from Normal to High
Initial code to consolidate provided numpy arrays at tile-npy/npy-consolidate.cpp.
Note that because there's a bug in cnpy, I've added cnpy to the l7g repo with the appropriate fix to handle large numpy files.
Updated by Abram Connelly over 8 years ago
- Status changed from In Progress to Closed
- Remaining (hours) set to 0.0
Actions