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

[UR][Layer] Add Sanitizer Layer #1074

Merged
merged 78 commits into from
Jan 17, 2024
Merged

Commits on Nov 14, 2023

  1. Add UR Sanitizer Layer

    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4c9fe03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6e589b View commit details
    Browse the repository at this point in the history
  3. [UR][CUDA][L0][HIP] Add virtual memory adapter implementations

    This commit adds the adapter implementations of the virtual memory
    extension functionality to be used in
    intel/llvm#8954.
    
    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen authored and AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    67fcd5e View commit details
    Browse the repository at this point in the history
  4. Remove duplicate CUDA UR_DEVICE_INFO_VIRTUAL_MEMORY_SUPPORT case

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen authored and AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1096b0f View commit details
    Browse the repository at this point in the history
  5. Fix return of check error

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen authored and AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c36bd72 View commit details
    Browse the repository at this point in the history
  6. Fix common include in cuda device.hpp

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen authored and AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    6ba94ac View commit details
    Browse the repository at this point in the history
  7. Zero-initialize CUmemAccessDesc

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen authored and AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    9ae8a99 View commit details
    Browse the repository at this point in the history
  8. Add missing newline

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen authored and AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    9f90e43 View commit details
    Browse the repository at this point in the history
  9. Fix wrongful use of UR_ASSERT in cuda implementation

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen authored and AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    336ce89 View commit details
    Browse the repository at this point in the history
  10. an -> a

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen authored and AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    84a3afa View commit details
    Browse the repository at this point in the history
  11. UR Sanitizer: fix bug

    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    a8dadc1 View commit details
    Browse the repository at this point in the history
  12. UR Sanitizer: Add membuffer

    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4d63350 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    25b1183 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e6bc306 View commit details
    Browse the repository at this point in the history
  15. UR log

    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    23fb1b3 View commit details
    Browse the repository at this point in the history
  16. UR change directory

    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    cb8a761 View commit details
    Browse the repository at this point in the history
  17. UR refactor code

    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    5c44b1d View commit details
    Browse the repository at this point in the history
  18. UR refactor code

    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    a377c94 View commit details
    Browse the repository at this point in the history
  19. UR: WIP partition membuffer

    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    96eea7a View commit details
    Browse the repository at this point in the history
  20. UR: clean code

    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0a72ea9 View commit details
    Browse the repository at this point in the history
  21. UR: clean code

    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    8fa86dd View commit details
    Browse the repository at this point in the history
  22. Revert "an -> a"

    This reverts commit 84a3afa.
    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d9a51a7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    730bf45 View commit details
    Browse the repository at this point in the history
  24. UR: refactor

    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    fed541a View commit details
    Browse the repository at this point in the history
  25. Revert "Add missing newline"

    This reverts commit 9f90e43.
    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ad2b1a7 View commit details
    Browse the repository at this point in the history
  26. Revert "Zero-initialize CUmemAccessDesc"

    This reverts commit 9ae8a99.
    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    dec5f32 View commit details
    Browse the repository at this point in the history
  27. Revert "Fix common include in cuda device.hpp"

    This reverts commit 6ba94ac.
    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ca58886 View commit details
    Browse the repository at this point in the history
  28. Revert "Fix return of check error"

    This reverts commit c36bd72.
    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    11cca13 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    3e6194e View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    89febf0 View commit details
    Browse the repository at this point in the history
  31. UR: revert gitignore

    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1b81df9 View commit details
    Browse the repository at this point in the history
  32. UR: cmake option

    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    030400d View commit details
    Browse the repository at this point in the history
  33. UR: clean code

    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    7208518 View commit details
    Browse the repository at this point in the history
  34. UR: clean code

    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    668a11e View commit details
    Browse the repository at this point in the history
  35. UR: clean code

    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f623135 View commit details
    Browse the repository at this point in the history
  36. UR: clean code

    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    7be8667 View commit details
    Browse the repository at this point in the history
  37. UR: clean code

    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e4a47ac View commit details
    Browse the repository at this point in the history
  38. UR: llvm license

    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    61c0ca9 View commit details
    Browse the repository at this point in the history
  39. UR: llvm license

    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0ad1bb1 View commit details
    Browse the repository at this point in the history
  40. UR: once

    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    cc4402a View commit details
    Browse the repository at this point in the history
  41. UR: clean code

    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    bf358c1 View commit details
    Browse the repository at this point in the history
  42. UR: clean includes

    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d5e7946 View commit details
    Browse the repository at this point in the history
  43. UR: clean comment

    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    50666b7 View commit details
    Browse the repository at this point in the history
  44. UR: rename files

    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    de03096 View commit details
    Browse the repository at this point in the history
  45. UR: update readme

    AllanZyne committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b47ca29 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    1e2b6a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42f6755 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. ignore VS clangd files

    AllanZyne committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    5aaba09 View commit details
    Browse the repository at this point in the history
  2. fix comments

    AllanZyne committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    8dc90fd View commit details
    Browse the repository at this point in the history
  3. resolve comments

    AllanZyne committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    3b819f6 View commit details
    Browse the repository at this point in the history
  4. resolve comments

    AllanZyne committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    54220e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    2328b48 View commit details
    Browse the repository at this point in the history
  2. fix build errors

    AllanZyne committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    e59d7c7 View commit details
    Browse the repository at this point in the history
  3. add basic test

    AllanZyne committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    bba6f82 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. fix warning & remove tests

    AllanZyne committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    a084650 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. fix warning

    AllanZyne committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    1148ccb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa92f72 View commit details
    Browse the repository at this point in the history
  3. fix warning

    AllanZyne committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    524a83d View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. fix fprintf

    AllanZyne committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    e9a2093 View commit details
    Browse the repository at this point in the history
  2. add some comments

    AllanZyne committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    a1c4ddc View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    71d8657 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. fix logger

    AllanZyne committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    40b5ef6 View commit details
    Browse the repository at this point in the history
  2. improve logger

    AllanZyne committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    0b00798 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b29930b View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    c42bd9a View commit details
    Browse the repository at this point in the history
  2. small fix

    AllanZyne committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    bc8cdb2 View commit details
    Browse the repository at this point in the history
  3. small fix

    AllanZyne committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    3bede09 View commit details
    Browse the repository at this point in the history
  4. fix KernelNameBuf

    AllanZyne committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    5dc2d5c View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. follow the review comments

    AllanZyne committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    30c0bc1 View commit details
    Browse the repository at this point in the history
  2. fix build

    AllanZyne committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    86d4056 View commit details
    Browse the repository at this point in the history
  3. follow the review comments

    AllanZyne committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    49e2f4f View commit details
    Browse the repository at this point in the history
  4. follow the review comments

    AllanZyne committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    79998b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    6cc4913 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. fix build

    AllanZyne committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    577ddd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ee0e10 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. fix build

    AllanZyne committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    dc127d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    b59d931 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. fix build error

    AllanZyne committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    28315db View commit details
    Browse the repository at this point in the history