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 205
    • Issues 205
    • 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
  • !2577

Add changes for Kokkos/HIP support

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Dave Pugmire requested to merge dpugmire/vtk-m:hip_changes into master Sep 13, 2021
  • Overview 2
  • Commits 1
  • Pipelines 1
  • Changes 5
  • Some of the unit tests for serial and Kokkos are disabled for HIPCC to properly compile.
  • VTKM_MATH_ASSERT and VTKM_TEST_ASSERT fail to compile with HIP in the execution environment so they are disabled with building with HIP.
  • Kokkos::finalize is causing an error so it is temporarily disabled.
  • Two failing unit tests (AMD/Kokkos team members suggest that these could be caused by compiler bug(s) in HIPCC)
    • 153 - UnitTestDispatcherBase (Subprocess aborted)
    • 259 - UnitTestScalarsToColorsKOKKOS (Failed)
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: hip_changes