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

Change math_builtin_api generator to split generated sources #927

Commits on Aug 21, 2024

  1. Change math_builtin_api generator to split generated sources

    This commit changes the test generating script for math_builtin_api to
    fragment test source files by some chosen number of signatures. This
    avoids heavy memory usage while compiling the test and improves
    parallelization of the compilation.
    
    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    5118cf3 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Increase fragment size

    steffenlarsen authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    e12d9de View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    a7a6765 View commit details
    Browse the repository at this point in the history
  2. Update CMakeLists.txt

    steffenlarsen authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    717560d View commit details
    Browse the repository at this point in the history
  3. Update CMakeLists.txt

    steffenlarsen authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b43a573 View commit details
    Browse the repository at this point in the history