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

[DeviceSanitizer] Checking "sycl::free" related errors #1402

Merged
merged 54 commits into from
Apr 17, 2024

Commits on Feb 2, 2024

  1. [GHA] Bump actions/checkout to v4.1.1

    Silence warnings about using outdated version of Node.js due to using
    actions/[email protected].
    kbenzie authored and AllanZyne committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    92576b8 View commit details
    Browse the repository at this point in the history
  2. [CL] Handle INTERMEDIATE binary type

    If an OpenCL driver returns `CL_PROGRAM_BINARY_TYPE_INTERMEDIATE`
    (defined in the `cl_khr_spir` extension to enable SPIR 1.2 not SPIR-V)
    when querying `CL_PROGRAM_BINARY_TYPE` we should handle this gracefully.
    This patch maps the `CL_PROGRAM_BINARY_TYPE_INTERMEDIATE` to
    `UR_PROGRAM_BINARY_TYPE_NONE`. From the users perspective these are
    semantically equivalent as they both require compilation before the
    program can be used to create a kernel.
    kbenzie authored and AllanZyne committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    4a52d27 View commit details
    Browse the repository at this point in the history
  3. [CUDA] Fix sizeof(const char*) usage

    Replace uses of `sizeof(const char*)` with `std::strlen(const char*)` in
    CUDA adapter specific kernel tests.
    kbenzie authored and AllanZyne committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    eb63bc1 View commit details
    Browse the repository at this point in the history
  4. [Docs] Update the Adapter Change Process

    These changes to the *Adapter Change Process* aim to bring the process
    up to date with current practice by describing how the *ready to merge*
    label is being used and also to move the undrafting of *intel/llvm* pull
    requests earlier in the process to garner approvals from code-reviewers
    sooner to alleviate a bottleneck in the merge pipeline.
    kbenzie authored and AllanZyne committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    4652f52 View commit details
    Browse the repository at this point in the history
  5. wip

    AllanZyne committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    8e698cd View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. bad free

    AllanZyne committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    f23e2c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. initial implementation

    AllanZyne committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    0b6afb8 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. refactor asan_interceptor

    AllanZyne committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    3bbcf25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29c408a View commit details
    Browse the repository at this point in the history
  3. fix build

    AllanZyne committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    090dbca View commit details
    Browse the repository at this point in the history
  4. fix crash

    AllanZyne committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    010b052 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. small fix

    AllanZyne committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    024e865 View commit details
    Browse the repository at this point in the history
  2. fix size of DeviceType

    AllanZyne committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    7d2b5e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. WIP

    AllanZyne committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a058dbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be90282 View commit details
    Browse the repository at this point in the history
  3. fix build

    AllanZyne committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5467e40 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. fix out-of-bounds test

    AllanZyne committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e8f8674 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. update report

    AllanZyne committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f697026 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    73fbdfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e2b37d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a55a333 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. wip

    AllanZyne committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5de2624 View commit details
    Browse the repository at this point in the history
  2. wip

    AllanZyne committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    afe24fe View commit details
    Browse the repository at this point in the history
  3. wip

    AllanZyne committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    31a36d8 View commit details
    Browse the repository at this point in the history
  4. fix reviews

    AllanZyne committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    56cf58c View commit details
    Browse the repository at this point in the history
  5. fix CI

    AllanZyne committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    afd6910 View commit details
    Browse the repository at this point in the history
  6. fix comments

    AllanZyne committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5a0781c View commit details
    Browse the repository at this point in the history
  7. check llvm-symbolizer

    AllanZyne committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    84d5825 View commit details
    Browse the repository at this point in the history
  8. fix ci

    AllanZyne committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e07c64b View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

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

    AllanZyne committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    84644c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. clean code

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

    AllanZyne committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    196ac4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3914b03 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. fix large alignment

    AllanZyne committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    4eefa5b View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    60f33bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d89abd9 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. clean code

    AllanZyne committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    726435d View commit details
    Browse the repository at this point in the history
  2. move ManagedQueue

    AllanZyne committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e198d84 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    3d9aa64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c55cac View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. remove llvm-symbolizer

    AllanZyne committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    8c823c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f15623 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. sycn with latest code

    AllanZyne committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    77a0422 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    b5e4aa5 View commit details
    Browse the repository at this point in the history
  2. sync with latest code

    AllanZyne committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    8408f4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25319a0 View commit details
    Browse the repository at this point in the history
  4. fix build

    AllanZyne committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d698d33 View commit details
    Browse the repository at this point in the history
  5. remove RunCommand

    AllanZyne committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    611a872 View commit details
    Browse the repository at this point in the history
  6. clean code

    AllanZyne committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    7a90ab6 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

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

Commits on Apr 3, 2024

  1. fix crash

    AllanZyne committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a8ae97e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

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

Commits on Apr 10, 2024

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