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

Add parameterization to USM alloc tests for testing pools. #768

Merged
merged 2 commits into from
Aug 4, 2023

Commits on Aug 3, 2023

  1. Add parameterization to USM alloc tests for testing pools.

    Also fix a couple of minor issues in tests:
    * check correct code for invalid size in GetMemAllocInfo test
    * fix shadowing in urUSMPoolTestWithParam fixture
    * ensure we allocate with a pool for UR_USM_ALLOC_INFO_POOL
      GetMemAllocInfo test
    aarongreig committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    140fb05 View commit details
    Browse the repository at this point in the history
  2. Remove ZERO_INITIALIZE flag from USM pool fixture, PoolCreate Success…

    … test
    
    Instead this is now a separate case in USMPoolCreate
    
    Also zero initialize pools in pool fixture
    aarongreig committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    3985551 View commit details
    Browse the repository at this point in the history