Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK-m VTK-m
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 206
    • Issues 206
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 34
    • Merge requests 34
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTKVTK
  • VTK-mVTK-m
  • Merge requests
  • !2575

Add changes for supporting Kokkos/HIP

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Dave Pugmire requested to merge dpugmire/vtk-m:hip_support2 into master Sep 13, 2021
  • Overview 1
  • Commits 20
  • Pipelines 1
  • Changes 5

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. CellLocator and PointLocator are disabled. ExtractGeometry and ClipWithImplicitFunction are disabled.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: hip_support2