Skip to content
  • Jieyang Chen's avatar
    Add changes for supporting Kokkos/HIP · a157c0e8
    Jieyang Chen authored
    Some of the unit tests for serial and kokkos are disable for hipcc to
    properly compile.
    VTKM_MATH_ASSERT and VTKM_TEST_ASSERT fail to compile with HIP in
    execution environment so they are disabled with building with HIP.
    Kokkos::finalize is causing error so it is temporarily disabled.
    a157c0e8