Skip to content

Feature/atomics

Matt Larsen requested to merge mclarsen/vtk-m:feature/atomics into master

Adding basic atomic operations to VTK-m. For now, we will start with just atomic adds and compare and swap of signed 32/64 bit integers.

Merge request reports