cpf icon indicating copy to clipboard operation
cpf copied to clipboard

Collaborative Parallelization Framework (CPF)

Results 24 cpf issues
Sort by recently updated
recently updated
newest added

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....

Merge changes of SLAMP to master

new-feature

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...

bug

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...

low-priority

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...

bug

## Code Documentation - [ ] Update Doxygen (currently here https://liberty.princeton.edu/Documentation/) - [ ] Have a better commit/issue template ## High-Level Documentation - [ ] Use GitHub Wiki - [...

new-feature
low-priority

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...

bug
high-priority

Make LAMP and SpecPriv optional - [x] LAMP - [ ] SpecPriv

new-feature
high-priority

Make PS-DSWP whole pipeline work on KS

high-priority