MPLLang / mpl

The MaPLe compiler for efficient and scalable parallel functional programming
Other
306 stars 18 forks source link

Enable entanglement detection by default (prepping for v0.3 release) #159

Closed shwestrick closed 2 years ago

shwestrick commented 2 years ago

This patch enables entanglement detection by default, which has nearly zero overhead (see #154) for most of our benchmarks.

shwestrick commented 2 years ago

After merging this, I'd like to do a v0.3 release.

Putting together a list of major changes since v0.2:

Have I missed anything?