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

Admin message

A Gitlab update will be applied on June 5th , between 6PM - 7PM EDT (UTC-04:00). This site may have intermittent delays during that time.

  • VTKVTK
  • VTK-mVTK-m
  • Merge requests
  • !1475

Add vtkm::cont::Initialize.

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Allison Vacanti requested to merge allisonvacanti/vtk-m:320-vtkm_init into master Dec 06, 2018
  • Overview 42
  • Commits 1
  • Pipelines 15
  • Changes 18

Also:

  • Removed vtkm::cont::make_DeviceAdapterIdFromName.
    • The device names are stored in the runtime tracker and we want to avoid making a hardcode list of them anywhere.
    • Added RuntimeDeviceTracker::GetDeviceAdapterId(name) to replace this functionality.
  • Refactored CMake logic for unit tests
    • Since we're now querying the device tracker for the names, they cannot be all caps.

Closes #320 (closed)

Edited Dec 06, 2018 by Allison Vacanti
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 320-vtkm_init