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

Memtype cache fixes - v1.12.x #7909

Merged
merged 3 commits into from
Feb 7, 2022

Commits on Feb 5, 2022

  1. Configuration menu
    Copy the full SHA
    a620503 View commit details
    Browse the repository at this point in the history
  2. UCM/UCS: Fail to create memtype cache if cannot patch Cuda driver API

    - Reloc hooks are optional but are not the default. Default is bistro
      hooks on Cuda driver API.
    - If UCM fails to install the configured hooks, do not create the memory
      type cache.
    - If failed to create memtype cache once, don't try again.
    - Use getauxv() API if possible instead of reading /proc/self/auxv
      directly - fixes permissions errors on some systems.
    - Enable Cuda bistro hooks also with valgrind, since it doesn't affect
      heap memory allocations.
    - Fix error message in tests.
    yosefe committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    aad5fd8 View commit details
    Browse the repository at this point in the history
  3. NEWS: Add memtype cache fixes

    yosefe committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    87c7e1a View commit details
    Browse the repository at this point in the history