embeddedHaskellAetherling
embeddedHaskellAetherling copied to clipboard
Hello, Attempting to `stack build` this project throws the following error: ``` embeddedHaskellAetherling/src/Core/Aetherling/Interpretations/Backend_Execute/Test_Helpers.hs:232:27: error: Variable not in scope: test_json_dir :: [Char] | 232 | let test_file_prelude = test_json_dir ++ test_name...
Dillon pointed me to _Memory partitioning and scheduling co-optimization in behavioral synthesis_ by Jason Cong for implementing reshape using HLS techniques
I need to add `fold` in the sequence language and `fold_t` and `fold_s` in the space-time IR.
I need to enable a mix of row and column-wise accesses. Currently, all analyses must be fully row-wise or fully column-wise. This is done by blocking.