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

UCM/BISTRO/TEST: Fix support for cuda memory hooks - v1.11.x #7209

Commits on Aug 9, 2021

  1. UCM/BISTRO/TEST: Fix support for cuda memory hooks

    When a hooked function starts with instruction that refers global data
    (for example, "cmp $imm32, $disp32(%rip)") - we need to modify the
    instruction so it could be executed from is new location and still
    access the same global variable.
    
    Change Cuda hooks configuration so it can also support "bistro hooks
    without fallback to reloc" and test this mode in CI.
    yosefe committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    fb26609 View commit details
    Browse the repository at this point in the history