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

Template and split marray tests to reduce memory consumption #919

Merged

Commits on Jul 26, 2024

  1. Template and split marray tests to reduce memory consumption

    Some of the test categories in the suite require a lot of memory when
    compiling with DPC++. One of these is the marray category.
    
    This commit splits the marray test into multiple categories and
    templates most of the test source files on the tested types.
    steffenlarsen committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    74121de View commit details
    Browse the repository at this point in the history
  2. Exclude the new test files from running on ACPP

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    a09b807 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Update ci/hipsycl.filter

    bader authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    26db23b View commit details
    Browse the repository at this point in the history