Skip to content

GitLab

  • Menu
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 188
    • Issues 188
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 36
    • Merge requests 36
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTK
  • VTK-mVTK-m
  • Merge requests
  • !1806

Closed
Created Aug 23, 2019 by Robert Maynard@robertmaynardContributor
  • Report abuse
Report abuse

Provide faster compile times

  • Overview 11
  • Commits 5
  • Pipelines 4
  • Changes 13

This work is designed to improve compile times of worklet unit tests. If we are happy with this I can do the same for filter Unit Tests.

Some of this work is similar to !1804 (merged) as I have built a single Tangle implementation for all worklet unit tests, I can rebase my changes on the vtkm/source work once it is finished.

The importance of this work is to improve wall time of parallel builds. In the first screenshot we see a parallel build of everything needed to build UnitTests_vtkm_worklet_testing with both CUDA and OpenMP enabled. Screenshot_from_2019-08-23_10-25-05

In the second screenshot we see the improved wall time after these changes ( about 130 secs of wall time ).Screenshot_from_2019-08-23_10-31-43

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: provide_faster_compile_times