- Jan 06, 2025
-
-
eed6da13 ci: set OLCF_ID_TOKEN var in frontier ci Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3292
-
Vicente Bolea authored
- Also removes the zstd frontier module.
-
- Dec 19, 2024
-
-
-
863e80a4 Automatically initialize Kokkos Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Vicente Bolea <vicente.bolea@kitware.com> Merge-request: !3289
-
-
863e80a4 Automatically initialize Kokkos Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Vicente Bolea <vicente.bolea@kitware.com> Merge-request: !3289
-
863e80a4 Automatically initialize Kokkos Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Vicente Bolea <vicente.bolea@kitware.com> Merge-request: !3289
-
- Dec 18, 2024
-
-
Kenneth Moreland authored
Calling `vtkm::cont::Initialize()` is supposed to be optional. However, Kokkos needs to have `Kokkos::initialize()` called before using some devices such as HIP. To make sure that Kokkos is properly initialized, the VTK-m allocation for the Kokkos device now checks to see if `Kokkos::is_initialized()` is true. If it is not, then `vtkm::cont::Initialize()` is called.
-
- Dec 05, 2024
-
-
-
d0372e02 gitlab-ci: Fix mismatched MSVC toolset version and CI job tag Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Vicente Bolea <vicente.bolea@kitware.com> Merge-request: !3283
-
d0372e02 gitlab-ci: Fix mismatched MSVC toolset version and CI job tag Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Vicente Bolea <vicente.bolea@kitware.com> Merge-request: !3283
-
- Nov 01, 2024
-
-
adc84a98 gitlab-ci: remove `dependencies` from jobs Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Vicente Bolea <vicente.bolea@kitware.com> Merge-request: !3277
-
aa36b79e ci: remove executable permissions from `.ps1` scripts Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3276
-
- Oct 31, 2024
-
-
Ben Boeckel authored
Historically, `needs` specifies the jobs which need to complete successfully and `dependencies` specifies the jobs which provide artifacts which should be used. Modern GitLab discourages using both as `needs` now supports an `artifacts` key to say "depend on but do not use artifacts", so remove `dependencies` and use `needs:artifacts` where necessary. See: https://docs.gitlab.com/ee/ci/yaml/#needsartifacts
-
Ben Boeckel authored
PowerShell scripts are not inherently executable and therefore should not have the executable bit set.
-
- Oct 30, 2024
-
-
-
-
8bd6ebac Fix clang compile issue with a missing tempolate arg list Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Vicente Bolea <vicente.bolea@kitware.com> Merge-request: !3275
-
8bd6ebac Fix clang compile issue with a missing tempolate arg list Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Vicente Bolea <vicente.bolea@kitware.com> Merge-request: !3275
-
8bd6ebac Fix clang compile issue with a missing tempolate arg list Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Vicente Bolea <vicente.bolea@kitware.com> Merge-request: !3275
-
- Oct 25, 2024
-
-
Kenneth Moreland authored
Apparently, starting with LLVM clang version 20, if you use the `template` keyword to highlight a sub-element, you have to provide a template argument list. This is true even for a method where the template arguments can be completely determined by the types of the arguments. Fix this problem by providing an empty template arg list (so the compiler knows what is templated but still figures out its own types). Fixes #830
-
- Oct 03, 2024
-
-
-
33373f4b Fix deprecation warning in WorkletCellNeighborhood Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Li-Ta Lo <ollie@lanl.gov> Merge-request: !3266
-
33373f4b Fix deprecation warning in WorkletCellNeighborhood Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Li-Ta Lo <ollie@lanl.gov> Merge-request: !3266
-
- Sep 24, 2024
-
-
Kenneth Moreland authored
There was a use of a deprecated method buried in a support class of `WorkletCellNeighborhood`. This fixes that deprecation and also adds a missing test for `WorkletCellNeighborhood` to prevent such things in the future.
-
- Aug 30, 2024
-
-
ab7c9be6 Document creating execution objects Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Vicente Bolea <vicente.bolea@kitware.com> Merge-request: !3260
-
- Aug 26, 2024
-
-
Kenneth Moreland authored
-
- Aug 13, 2024
-
-
-
-
744a60ee Fix compile error using unsupported thrust::detail::is_arithmetic Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Vicente Bolea <vicente.bolea@kitware.com> Merge-request: !3259
-
744a60ee Fix compile error using unsupported thrust::detail::is_arithmetic Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Vicente Bolea <vicente.bolea@kitware.com> Merge-request: !3259
-
744a60ee Fix compile error using unsupported thrust::detail::is_arithmetic Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Vicente Bolea <vicente.bolea@kitware.com> Merge-request: !3259
-
- Aug 12, 2024
-
-
Kenneth Moreland authored
I believe the most recent version of Thrust are no longer defining this class. Instead, it is using cuda::std::is_arithmetic.
-
- Jul 31, 2024
-
-
Vicente Bolea authored
The major changes to VTK-m from (previous release) can be found in: docs/changelog/2.2.0/release-notes.md
-
Vicente Bolea authored
-
fe2eb56f ci: use the `vtkm` for macOS runners Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Vicente Bolea <vicente.bolea@kitware.com> Merge-request: !3256
-
- Jul 30, 2024
-
-
(cherry picked from commit 3dca5005)
-
- Jul 17, 2024
-
-
2f044156 ci: add setup modules job Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <morelandkd@ornl.gov> Merge-request: !3250
-
Vicente Bolea authored
-