vtk-m2/vtkm/cont/tbb
Allison Vacanti 56cc5c3d3a Add support for BitFields.
BitFields are:
- Stored in memory using a contiguous buffer of bits.
- Accessible via portals, a la ArrayHandle.
- Portals operate on individual bits or words.
- Operations may be atomic for safe use from concurrent kernels.

The new BitFieldToUnorderedSet device algorithm produces an ArrayHandle
containing the indices of all set bits, in no particular order.

The new AtomicInterface classes provide an abstraction into bitwise
atomic operations across control and execution environments and are used
to implement the BitPortals.
2019-04-11 08:27:17 -04:00
..
internal Add support for BitFields. 2019-04-11 08:27:17 -04:00
testing Add support for BitFields. 2019-04-11 08:27:17 -04:00
CMakeLists.txt Remove VTK-m TestBuild infrastructure 2019-01-16 10:04:33 -06:00
DeviceAdapterTBB.h Add support for BitFields. 2019-04-11 08:27:17 -04:00