This project is mirrored from https://gitlab.kitware.com/vtk/vtk-m.git.
Pull mirroring updated .
- 19 May, 2022 5 commits
-
-
Moreland, Ken authored
8e7fc648 Remove obsolete comments about globbing b6e490d6 Recursively glob artifact files for gitlab runners Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2772
-
Moreland, Ken authored
-
Roxana Bujack authored
21934c6f squash and rebase all commits from merge request 2728 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <morelandkd@ornl.gov> Merge-request: !2773
-
roxana bujack authored
-
Moreland, Ken authored
New versions of GitLab allow files for artifacts to be globbed recursively. Use this to get build files like `*.cmake`.
-
- 18 May, 2022 4 commits
-
-
Li-Ta Lo authored
84910676 remove include CellDeepCopy 4108febd remove #include functional daaac78f minor changes based on code review aecdd770 Update vtkm/filter/resampling/testing/CMakeLists.txt 38000ed6 Use ALL_BACKENDS for unit test ab09f77b migrate Probe filter Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <morelandkd@ornl.gov> Merge-request: !2771
-
Li-Ta Lo authored
-
Li-Ta Lo authored
-
Li-Ta Lo authored
-
- 17 May, 2022 3 commits
-
-
Li-Ta Lo authored
-
Moreland, Ken authored
d2035223 Remove extra target information from demo example 746d1efa Use Buffer objects for dispatcher base test 3ba13c5c Re-enable hip builds Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mark Bolstad <mbolsta@sandia.gov> Merge-request: !2769
-
Li-Ta Lo authored
-
- 16 May, 2022 1 commit
-
-
Li-Ta Lo authored
-
- 13 May, 2022 2 commits
-
-
Moreland, Ken authored
Through hard work, the simple demo example no longer needs to be compiled with a device compiler, and thus it is no longer necessary to add the special CMake for it. In fact, adding such information can be problematic in some cases.
-
Moreland, Ken authored
`UnitTestDispatcherBase` previously used arrays from `std::vector` to test dispatching data to worklets. This only works for devices that have unified memory with the host. Change the test to use `vtkm::cont::internal::Buffer` objects and properly copy data to/from the device for devices that have separate memory spaces.
-
- 12 May, 2022 1 commit
-
-
Moreland, Ken authored
There were several tests that were disabled for hip because they either took too long to compile or were failing. We are getting closer to making everything work, so re-enable this part of the build.
-
- 05 May, 2022 4 commits
-
-
Moreland, Ken authored
-
Moreland, Ken authored
-
Moreland, Ken authored
d6353e1e Fix StructuredPointGradient for Uniform Point Coordinates Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <morelandkd@ornl.gov> Merge-request: !2765
-
Moreland, Ken authored
d6353e1e Fix StructuredPointGradient for Uniform Point Coordinates Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <morelandkd@ornl.gov> Merge-request: !2765
-
- 04 May, 2022 4 commits
-
-
Sujin Philip authored
The scalar field difference along x, y, and z should be divided by the spacing not multiplied. This was causing some test failures in VTK and ParaView when overriding the default contour filter with `vtkmContour`.
-
Moreland, Ken authored
-
Moreland, Ken authored
d3de36f4 Remove inline from PointTransform methods to be exported Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Nicole Marsaglia <marsaglia1@llnl.gov> Merge-request: !2763
-
Moreland, Ken authored
d3de36f4 Remove inline from PointTransform methods to be exported Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Nicole Marsaglia <marsaglia1@llnl.gov> Merge-request: !2763
-
- 03 May, 2022 1 commit
-
-
Moreland, Ken authored
When `PointTransform` was converted to the new filter structure, some of the methods that were moved from .hxx to .cxx (and therefore compiled in a library) were still marked as `inline`. This caused the compiler to not compile the function into the library if it was not used. Fix the problem by removing the `inline` modifier to the method implementations.
-
- 28 Apr, 2022 2 commits
-
-
Sujin Philip authored
6d254d3e Fix StructuredPointGradient for Uniform Point Coordinates Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <morelandkd@ornl.gov> Merge-request: !2748
-
Sujin Philip authored
The scalar field difference along x, y, and z should be divided by the spacing not multiplied. This was causing some test failures in VTK and ParaView when overriding the default contour filter with `vtkmContour`.
-
- 22 Apr, 2022 3 commits
-
-
Moreland, Ken authored
ac992315 Change ParticleDensity interface for setting mesh parameters Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2758
-
Moreland, Ken authored
ac8c8b1c Fix typo: Gama -> Gamma Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2757
-
Moreland, Ken authored
Previously, the mesh parameters used for the `ParticleDensity` filters had to be provided in the constructor. However, this is different than most other filters in VTK-m. It also can be more error prone as it is easy to mix up unnamed arguments. Add methods to `ParticleDensityBase` to allow setting/getting parameters like `Dimensions` and `Bounds` to make it more clear what the values mean.
-
- 21 Apr, 2022 7 commits
-
-
Bolea Sanchez, Vicente Adolfo authored
-
Bolea Sanchez, Vicente Adolfo authored
cc577154 1.8.0-rc1 is our 12th official release of VTK-m. 31f5a66c Add release notes for 1.8.0-rc1 2c960063 Merge remote-tracking branch 'origin/master' into update-to-v1.8.0 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <morelandkd@ornl.gov> Merge-request: !2760
-
Bolea Sanchez, Vicente Adolfo authored
The major changes to VTK-m from (previous release) can be found in: docs/changelog/1.8.0/release-notes.md
-
Bolea Sanchez, Vicente Adolfo authored
-
Bolea Sanchez, Vicente Adolfo authored
* origin/master: (426 commits) smoke_test: Remove version condition Fix deprecated method export cuda: Fix new cuda version warnings docker: update cuda images to 11.6 use kokkos allocate whn oldSize is zero Fix filter benchmark Replace static datasets with dynamically allocated versions. CMAKE: add CMAKE_CUDA_ARCHITECTURE support Turn off inlining of Variant::CastAndCall for HIP Modify Variant CastAndCall to have fewer cases in its switch Add a unique symbol to InstantiationTemplate.cxx.in README: Add doxygen links for nightly Update vtkm_add_instantiations documentation Declare methods for instances out of line Protect gradient instantiations from ambiguity Compile instantiations of the gradient filter Add generalized instantiation Fix point merge for Marching Cubes with multiple isosurfaces Remove deprecated use of old unscoped enums in FieldSelection Use scoped enum for FieldSelection mode ...
-
Bolea Sanchez, Vicente Adolfo authored
53e22ab1 smoke_test: Remove version condition Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <morelandkd@ornl.gov> Merge-request: !2761
-
Bolea Sanchez, Vicente Adolfo authored
-
- 20 Apr, 2022 1 commit
-
-
Manish Mathai authored
27825778 Fix color rendering when using MapperQuad Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2729
-
- 19 Apr, 2022 1 commit
-
-
Moreland, Ken authored
60e6b3ec Fix deprecated method export Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Vicente Bolea <vicente.bolea@kitware.com> Merge-request: !2756
-
- 12 Apr, 2022 1 commit
-
-
Moreland, Ken authored
-