vast icon indicating copy to clipboard operation
vast copied to clipboard

Design `concurrency` dialect

Open xlauko opened this issue 2 years ago • 0 comments

It should provide a generic concurrency primitives as mlir types and operations on them.

The goal is to unify concurrency in posix pthreads and c++ standard library to model things like critical sections.

For start the dialect should provide mutex type and lock, unlock operations.

xlauko avatar Nov 01 '22 16:11 xlauko