cpf
cpf copied to clipboard
Collaborative Parallelization Framework (CPF)
The loop pointer from ModuleLoops is different depending on whether SCAF is called through NOELLE or directly from the cpf-repl interface. It seems that ModuleLoops is being initialized multiple times....
Hi, Sorry if this is a wrong place to submit such an issue -- in this case, let me know which one would be more appropriate. After a lot of...
Right now `make all` from the `bootstrap` directory builds both debug and release builds of CPF and all the components (llvm, noelle, etc) On my system, this quickly exhausted all...
A step-by-step guide on how to use CPF as a tool (to auto-parallelize user's own applications), rather than a research artifact, would be useful. It's OK if CPF is not...
Peephole optimization 3 tries to specialize the size of private read and write. However, in the release mode, `tail call void @__specpriv_private_write_range(i8* %126, i32 8) #6` is optimized to `call...
## Code Documentation - [ ] Update Doxygen (currently here https://liberty.princeton.edu/Documentation/) - [ ] Have a better commit/issue template ## High-Level Documentation - [ ] Use GitHub Wiki - [...
Dijkstra is still failing when running regression. Similar problem happens to swaptions. The reason is that `malloc/calloc/free` are moved out of Pure Function list. Todos: - [ ] Handle SpecPriv...
Make LAMP and SpecPriv optional - [x] LAMP - [ ] SpecPriv