Skip to content
Snippets Groups Projects
  1. Jan 06, 2025
  2. Dec 19, 2024
  3. Dec 18, 2024
    • Kenneth Moreland's avatar
      Automatically initialize Kokkos · 863e80a4
      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.
      863e80a4
  4. Dec 05, 2024
  5. Nov 01, 2024
  6. Oct 31, 2024
  7. Oct 30, 2024
  8. Oct 25, 2024
    • Kenneth Moreland's avatar
      Fix clang compile issue with a missing tempolate arg list · 8bd6ebac
      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
      8bd6ebac
  9. Oct 03, 2024
  10. Sep 24, 2024
  11. Aug 30, 2024
  12. Aug 26, 2024
  13. Aug 13, 2024
  14. Aug 12, 2024
  15. Jul 31, 2024
  16. Jul 30, 2024
  17. Jul 17, 2024
Loading