Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i#5365: Build core unit tests with SVE enabled #6371

Merged
merged 15 commits into from
Nov 10, 2023

Commits on Oct 16, 2023

  1. i#5365: Build AArch64 unit tests with SVE enabled

    Add BUILD_TESTS_SVE build option to compile with SVE flags and high
    optimisation (-O3).
    
    Add some error checking to allow the -O3 build and consequently
    update a template (expected output) file.
    
    Issue: #5365
    philramsey-arm committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    4b822fb View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. i#5365: Build AArch64 unit tests with SVE enabled

    Add BUILD_TESTS_SVE build option to compile with SVE flags and high
    optimisation (-O3).
    
    Add some error checking to allow the -O3 build and consequently
    update a template (expected output) file.
    
    Issue: #5365
    philramsey-arm committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    9098fb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    2796673 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. i#5365: Build core unit tests with SVE enabled

    Build most core tests with SVE flags and high
    optimisation (-O3), if building on a AARCH64 SVE machine.
    
    Tests which fail when built with -O3 are not included.
    
    Add some error checking to a few tests to allow the -O3 build
    and update template (expected output) files as necessary.
    philramsey-arm committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    b325ec9 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    3ed9756 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    5a2bbe4 View commit details
    Browse the repository at this point in the history
  2. i#5365: Build core unit tests with SVE enabled

    Build most core tests with SVE flags and high
    optimisation (-O3), if building on a AARCH64 SVE machine.
    
    Tests which fail when built with -O3 are not included.
    
    Add some error checking to a few tests to allow the -O3 build
    and update template (expected output) files as necessary.
    
    Issue: #5365
    philramsey-arm committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    cbe7fd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c5dba0 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. i#5365: Build core unit tests with SVE enabled

    Build most core tests with SVE flags and high optimisation (-O3), if building
    on an AARCH64 SVE machine.
    
    Tests which fail when built with -O3 are not included.
    
    Add some error checking to a few tests to allow the -O3 build and update
    template (expected output) files as necessary.
    
    Issue #6429 raised to cover making the removal of optimization flags more
    granular.
    
    Issue: #5365
    philramsey-arm committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    6c920cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    668a401 View commit details
    Browse the repository at this point in the history
  3. i#5365: Build core unit tests with SVE enabled

    Build most core tests with SVE flags and high optimisation (-O3), if building
    on an AARCH64 SVE machine.
    
    Tests which fail when built with -O3 are not included.
    
    Add some error checking to a few tests to allow the -O3 build and update
    template (expected output) files as necessary.
    
    Issue #6429 raised to cover making the removal of optimization flags more
    granular.
    
    Issue: #5365
    philramsey-arm committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    7945d47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc04ca8 View commit details
    Browse the repository at this point in the history
  5. i#5365: Build core unit tests with SVE enabled

    Build most core tests with SVE flags and high optimisation (-O3), if building
    on an AARCH64 SVE machine.
    
    Tests which fail when built with -O3 are not included.
    
    Add some error checking to a few tests to allow the -O3 build and update
    template (expected output) files as necessary.
    
    Issue #6429 raised to cover making the removal of optimization flags more
    granular.
    
    Issue: #5365
    philramsey-arm committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    8bdc9b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    2362b17 View commit details
    Browse the repository at this point in the history
  2. i#5365: Build core unit tests with SVE enabled

    Build most core tests with SVE flags and high optimisation (-O3), if building
    on an AARCH64 SVE machine.
    
    Tests which fail when built with -O3 are not included.
    
    Add some error checking to a few tests to allow the -O3 build and update
    template (expected output) files as necessary.
    
    Issue #6429 raised to cover making the removal of optimization flags more
    granular.
    
    Issue: #5365
    philramsey-arm committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    e1b9fe3 View commit details
    Browse the repository at this point in the history