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 exception sanitizer layer #2216

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Oct 22, 2024

  1. Add exception sanitizer layer

    Add basic exception sanitizer layer that will call std::abort if an
    exception is thrown.
    hdelan committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    eba8ddd View commit details
    Browse the repository at this point in the history
  2. Add CI testing

    And initialize UR_ENABLE_EXCEPTION_SANITIZER to OFF.
    hdelan committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    394955e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9d67de View commit details
    Browse the repository at this point in the history
  4. Update autogenerated file

    hdelan committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    cc8193e View commit details
    Browse the repository at this point in the history
  5. Update cmake and fix typo

    Add compile time macro and also fix typos in ur_lib.hpp.
    hdelan committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d7813a1 View commit details
    Browse the repository at this point in the history
  6. Add try catch in command_buffer.cpp

    Don't allow UR_CHECK_ERROR to be called outside of a try block.
    hdelan committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e3b9bc8 View commit details
    Browse the repository at this point in the history
  7. Change func def

    hdelan committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    dbe486a View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Update CMakeLists.txt

    Co-authored-by: Kenneth Benzie (Benie) <k.benzie83@gmail.com>
    hdelan and kbenzie authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b490eda View commit details
    Browse the repository at this point in the history
  2. Update .github/workflows/build-hw-reusable.yml

    Co-authored-by: Kenneth Benzie (Benie) <k.benzie83@gmail.com>
    hdelan and kbenzie authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8762181 View commit details
    Browse the repository at this point in the history
  3. Remove cmake option

    hdelan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    49cdec0 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    cc4cc64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc595ea View commit details
    Browse the repository at this point in the history
  3. Fix typo

    hdelan committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    56287f5 View commit details
    Browse the repository at this point in the history