Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Moore Moore
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 231
    • Issues 231
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Jira
    • Jira
  • Merge requests 118
    • Merge requests 118
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LHCbLHCb
  • MooreMoore
  • Merge requests
  • !872

refactor: rename each avx2 ref file to x86_64_v3 and create symlink for avx2

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Christoph Hasse requested to merge chasse_x86_64_v3_ref_files into master Jun 03, 2021
  • Overview 1
  • Commits 3
  • Pipelines 4
  • Changes 142

Prepare the Moore tests green for the new x86_64_v{3,4} platforms (now in lhcb-lcg-test, soon everywhere)

Done with e.g.:

find -name '*.x86_64+avx2+fma-opt' -exec bash -c 'new={}; tmp=${new/x86_64+avx2+fma-opt/x86_64_v3-opt} ref=${tmp#./}; ln -s $new $ref' \;        

fyi: @rmatev @jonrob

I don't see how this could interfere with any of the tests on the working platforms,
so I'm assigning lhcb-lcg-test to test it since we don't have these platform in the ci-tests.
@jonrob or @gawang, if that is not ok please feel free to remove the label again

Edited Jun 07, 2021 by Rosen Matev
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: chasse_x86_64_v3_ref_files