This project is mirrored from https://gitlab.kitware.com/vtk/vtk-m.git.
Pull mirroring updated .
- 18 Feb, 2021 2 commits
-
-
Gunther H. Weber authored
-
Gunther H. Weber authored
-
- 08 Feb, 2021 1 commit
-
-
Kenneth Moreland authored
The newer version of `ArrayHandle` no longer supports different types of portals for different devices. Thus, the `ReadPortalType` and `WritePortalType` are sufficient for all types of portals across all devices. This significantly simplifies supporting execution objects on devices, and thus this change also includes many changes to various execution objects to remove their dependence on the device adapter tag.
-
- 02 Feb, 2021 1 commit
-
-
Oliver Ruebel authored
-
- 29 Jan, 2021 1 commit
-
-
Gunther H. Weber authored
-
- 02 Dec, 2020 5 commits
-
-
Gunther H. Weber authored
-
Oliver Ruebel authored
-
Oliver Ruebel authored
-
Oliver Ruebel authored
-
Gunther H. Weber authored
-
- 15 Sep, 2020 1 commit
-
-
Gunther H. Weber authored
-
- 24 Aug, 2020 1 commit
-
-
Kitware Robot authored
-
- 12 Jun, 2020 1 commit
-
-
Oliver Ruebel authored
This merge request is Phase 1 of several to implement the distributed parallel contour tree in VTKm. This merge requests adds the base outline for the algorithm. The implementation of the details of the algorithm in the BoundaryRestrictedAugmentedContourTree.h is currently still missing. However, these will require a substantial (~3000) lines of additional code. The goal is to stage the integration process across merge requests to make the review process simpler.
-
- 26 Feb, 2020 1 commit
-
-
Kenneth Moreland authored
Also fix deadlocks that occur when portals are not destroyed in time.
-
- 25 Feb, 2020 1 commit
-
-
Kenneth Moreland authored
Marked the old versions of PrepareFor* that do not use tokens as deprecated and moved all of the code to use the new versions that require a token. This makes the scope of the execution object more explicit so that it will be kept while in use and can potentially be reclaimed afterward.
-
- 23 Jan, 2020 6 commits
-
-
Oliver Ruebel authored
-
Oliver Ruebel authored
-
Oliver Ruebel authored
-
Oliver Ruebel authored
-
Oliver Ruebel authored
-
Oliver Ruebel authored
-
- 22 Jan, 2020 1 commit
-
-
Oliver Ruebel authored
-
- 12 Sep, 2019 3 commits
-
-
Allison Vacanti authored
-
Oliver Ruebel authored
-
Sujin Philip authored
This work updates Gunther Contour tree work to be parallel. With contributions from: @oruebel, @dcamp and @sujin.philip.
-