Next:
Matrix multiplication proper is the next frontier. The code is already quite far along, with a 64*64 base case, strassen, and padding for multiplication. Peeling is another goal to work on, cutting off portions of the matrix for when the matrix does not form a square. This is best for when the input would otherwise waist a lot of time on unused values, from unused padding, and worst when the padding needed is minimal.
Issues:
After dealing with an issue of configuring autotools, libpng does produce output, albeit not colorful or conforming to inputs.
No comments:
Post a Comment