Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
SWIFTsim
SWIFTsim
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 71
    • Issues 71
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 13
    • Merge Requests 13
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • SWIFT
  • SWIFTsimSWIFTsim
  • Merge Requests
  • !1276

Open
Opened Jan 28, 2021 by Matthieu Schaller@matthieu
  • Report abuse
Report abuse

Star ghost depth

  • Overview 6
  • Commits 7
  • Changes 6

Implement changes to push the stellar ghost task deeper in the tree as this was found to be one of the bottlenecks in #696. This is part of the safe changes introduced in !1217 (closed).

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b "star_ghost_depth" "origin/star_ghost_depth"

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout "origin/master"
git merge --no-ff "star_ghost_depth"

Step 4. Push the result of the merge to GitLab

git push origin "master"

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
2
Labels
performance scaling
Assign labels
  • View project labels
Reference: swift/swiftsim!1276