- Removed
dynk::getAnonymousViewin favor to a new signature ofdynk::getView. - Added
dynk::getSyncedViewwith the Boolean value signature. - Fixed a bug in
dual_view.hpptemplate arguments order.
- Use fences for the layer approach, after and before the parallel block.
- Add documentation.
- Use custom execution policies (
dynk::RangePolicyanddynk::MDRangePolicy) that create Kokkos execution policies instead of recreating Kokkos execution policies from themselves.
First version.