- 18 May, 2022 4 commits
-
-
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
-
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
-
-
Kenneth Moreland 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.
-
Kenneth Moreland 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
-
-
Kenneth Moreland 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
-
-
-
-
d6353e1e Fix StructuredPointGradient for Uniform Point Coordinates Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <morelandkd@ornl.gov> Merge-request: !2765
-
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`.
-
-
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
-
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
-
-
Kenneth Moreland 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
-
-
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
-
-
ac992315 Change ParticleDensity interface for setting mesh parameters Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2758
-
ac8c8b1c Fix typo: Gama -> Gamma Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2757
-
Kenneth Moreland 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
-
-
-
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
-
Vicente Bolea authored
The major changes to VTK-m from (previous release) can be found in: docs/changelog/1.8.0/release-notes.md
-
Vicente Bolea authored
-
Vicente Bolea 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 ...
-
53e22ab1 smoke_test: Remove version condition Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <morelandkd@ornl.gov> Merge-request: !2761
-
Vicente Bolea authored
-
- 20 Apr, 2022 1 commit
-
-
27825778 Fix color rendering when using MapperQuad Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2729
-
- 19 Apr, 2022 1 commit
-
-
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 2 commits
-
-
Kenneth Moreland authored
-
Kenneth Moreland authored
The deprecated class `vtkm::filter::MeshQuality` contained a private method that was referenced in its inlined constructor. The problem was that this private method was compiled in the `vtkm_filter_mesh_info` library but not properly exported. Fix this by adding an export to the class.
-
- 11 Apr, 2022 1 commit
-
-
e6b37f7a Remove deprecated use of old unscoped enums in FieldToColors f37cc765 Use scoped enum for FieldToColors modes Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Dave Pugmire <dpugmire@gmail.com> Merge-request: !2734
-
- 07 Apr, 2022 3 commits
-
-
86bf8761 cuda: Fix new cuda version warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <morelandkd@ornl.gov> Merge-request: !2752
-
Vicente Bolea authored
-
620d1a1b docker: update cuda images to 11.6 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Dave Pugmire <dpugmire@gmail.com> Merge-request: !2751
-