PrincetonUniversity / cpf

Collaborative Parallelization Framework (CPF)
MIT License
31 stars 4 forks source link

Add unit test framework starting with LAMP #31

Closed gchan510 closed 1 year ago

gchan510 commented 3 years ago

There currently is no infrastructure to test specific passes/modules besides the regression test.

A unit test framework that runs specific passes (configurable) on test cases will be useful for finding bugs that are introduced as well as giving us examples for demonstration/archiving purposes.

vgene commented 3 years ago

@gchan510 You can take a look at https://github.com/vgene/LAMP/ I added 2mm in it and simplified the preprocess pipeline. I've invited to the repo

vgene commented 1 year ago

Dropping support for LAMP