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

Test parts of API with libFuzzer. #731

Closed
wants to merge 27 commits into from

Commits on Jun 2, 2023

  1. [ur][L0] add external level zero adapter

    Allows fetching and building level zero adapter without the need
    to use the entire SYCL codebase.
    Convenient for testing and prototyping of other language runtimes.
    pbalcer committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    f778e6f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

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

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    a55b54a View commit details
    Browse the repository at this point in the history
  2. update level-zero

    pbalcer committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    09994ff View commit details
    Browse the repository at this point in the history
  3. add cuda adapter

    pbalcer committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ed6e5b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

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

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    912e808 View commit details
    Browse the repository at this point in the history
  2. [UR] update adapter to use newer sycl plugin version

    Petr Vesely committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    2b50550 View commit details
    Browse the repository at this point in the history
  3. [UR] Fix L0 plugin file names

    Petr Vesely committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    7c2db62 View commit details
    Browse the repository at this point in the history
  4. [UR] Bump L0 Loader version

    Petr Vesely committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    43f4216 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Merge pull request oneapi-src#707 from veselypeta/adapters

    Update adapter branch with newer CUDA plugin version
    veselypeta authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    df020c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    40c5086 View commit details
    Browse the repository at this point in the history
  2. Merge pull request oneapi-src#721 from omarahmed1111/add-hip-build-to-ur

    [UR][HIP] Add ur hip target build
    omarahmed1111 authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    4dcc3e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    896a732 View commit details
    Browse the repository at this point in the history
  2. Merge pull request oneapi-src#725 from pbalcer/adapters-ci

    update sycl adapters tag and add adapter CI
    pbalcer authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8af5a83 View commit details
    Browse the repository at this point in the history
  3. [adapters] only export get proc table symbols in adapters

    This adds a version script to restrict visiblity of symbols
    in adapters. This is so that adapters don't use loader ur
    functions when populating proc tables...
    pbalcer committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    e97c22d View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Merge pull request oneapi-src#727 from pbalcer/adapters-map

    [adapters] only export get proc table symbols in adapters
    pbalcer authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    16a0354 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. [ur] Fix adapters linker script path on Linux

    Use an absolute path instead of just the filename for the
    `ur_adapter_<name>.map` files to resolve `/usr/bin/ld: cannot open
    linker script file` errors.
    kbenzie committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    1895883 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Merge pull request oneapi-src#752 from kbenzie/benie/fix-linux-adapte…

    …rs-map
    
    [ur] Fix adapters linker script path on Linux
    kbenzie authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d582c12 View commit details
    Browse the repository at this point in the history
  2. [UR] Implement CUDA native handle tests

    Petr Vesely committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    fcded3d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Merge pull request oneapi-src#756 from veselypeta/petr/adapter-testing

    [UR] Implement CUDA native handle tests
    veselypeta authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    41bcb88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99ac337 View commit details
    Browse the repository at this point in the history
  3. [UR] Add license to missing files

    Petr Vesely committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ca91dc9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request oneapi-src#760 from veselypeta/petr/fix-license

    [UR] Add license to missing files
    pbalcer authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    68c9230 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    759e753 View commit details
    Browse the repository at this point in the history
  2. Merge pull request oneapi-src#759 from pbalcer/adapters-update

    [ADAPTERS] update to latest from sycl
    pbalcer authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    fb05463 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Test parts of API with libFuzzer.

    Co-authored-by: omar.ahmed@codeplay.com
    PatKamin committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    1984c1d View commit details
    Browse the repository at this point in the history