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

Second patch of bumping adapters branch #1014

Commits on Aug 21, 2023

  1. [UR][CTS] Upstream CTS parser

    Petr Vesely committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    8214bf2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

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

Commits on Aug 25, 2023

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

Commits on Aug 28, 2023

  1. Merge pull request oneapi-src#793 from callumfare/callum/loader_init

    Make urInit and urTearDown loader-only
    pbalcer authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    f7682a2 View commit details
    Browse the repository at this point in the history
  2. [UR] Refactor CTS parser to use JSON output from tests

    Petr Vesely committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    790384e View commit details
    Browse the repository at this point in the history
  3. Merge pull request oneapi-src#822 from veselypeta/petr/820/fix-invali…

    …d-native-context-handle-cts
    
    [UR] Fix urContextNativeHandle CTS
    veselypeta authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    2118102 View commit details
    Browse the repository at this point in the history
  4. [CMDBUF] Add fill commands to cmd buffer exp feature

    - Adds USM and Buffer fill append commands
    - Update feature spec for new commands
    - Align naming conventions for Append* commands with core equivalents
    Bensuo committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    40a6846 View commit details
    Browse the repository at this point in the history
  5. [UR] List available tests and track crashes

    Petr Vesely committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    26b9d82 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Merge pull request oneapi-src#818 from Bensuo/cmd-buffer-fill

    [EXP][CMDBUF] Add fill commands to cmd buffer experimental feature
    kbenzie authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    19f391b View commit details
    Browse the repository at this point in the history
  2. [UR] Fetch testsuite names from ctest

    Petr Vesely committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b079f63 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Merge pull request oneapi-src#810 from veselypeta/petr/port-ctest-parser

    [UR][CTS] Upstream CTS parser
    veselypeta authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    04bd987 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    2580e08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8e4955 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Merge pull request oneapi-src#835 from veselypeta/petr/fixup-cts

    [UR] Fixup minor CTS issues
    veselypeta authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    4ce5cdd View commit details
    Browse the repository at this point in the history
  2. Move nightly CI tests to the main branch

    Fuzz tests set up with cron don't run because cron scheduled workflows
    are triggered only for the default branch.
    Add nightly workflow file to the default branch with fuzz tests
    specified to run on 'adapters' branch.
    PatKamin committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    fd93ee0 View commit details
    Browse the repository at this point in the history
  3. Speed up CI jobs

    PatKamin committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    7b5956a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c7cb30 View commit details
    Browse the repository at this point in the history
  5. [umf] replace memory tracker with a critnib-based impl

    This implementation is lock-free and does not require
    C++ runtime.
    igchor committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    c8a2d34 View commit details
    Browse the repository at this point in the history
  6. [umf] add windows support to critnib

    Implement locks using C++ std::mutex and atomics
    by using Interlocked* functions and calling _ReadWriteBarrier
    igchor committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    fe44f26 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Merge pull request oneapi-src#846 from PatKamin/main-shorten-ci

    [main] Speed up CI jobs
    pbalcer authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    273c82b View commit details
    Browse the repository at this point in the history
  2. Merge pull request oneapi-src#844 from PatKamin/fix-nightly-tests

    Move nightly CI tests to the main branch
    pbalcer authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    022bbae View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Merge pull request oneapi-src#841 from igchor/disjoint_pool_extend_error

    [umf] extend error message for disjoint pool
    pbalcer authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    eb061c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    845357b View commit details
    Browse the repository at this point in the history
  2. Merge pull request oneapi-src#850 from veselypeta/petr/fix-program-cts

    [UR] Fix program CTS assesion checks
    veselypeta authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a3120e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Merge pull request oneapi-src#796 from igchor/umf_critnib

    [umf] implement memory tracking using critnib
    pbalcer authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    6d59b4c View commit details
    Browse the repository at this point in the history
  2. Update specification for urEnqueue entrypoints (oneapi-src#851)

    - Added extra conditions to the validation layers of urEnqueueMemBufferFill, urEnqueueMemImageCopy, urEnqueueMemImageWrite and urEnqueueMemImageReady
    fabiomestre authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    2c533e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. [umf] Fix macOS build

    The AppleClang compiler emits warnings in C functions with zero
    arguments that are not specified as `f(void)`.
    kbenzie committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    065edc1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request oneapi-src#853 from kbenzie/benie/fix-macos-build

    [umf] Fix macOS build
    kbenzie authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    172bc24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    017c998 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8edc7e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Merge pull request oneapi-src#852 from isaacault/iault/layered_image_…

    …prop_struct
    
    [Bindless][Exp] Create layered image properties struct
    kbenzie authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    764ecf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b29b23c View commit details
    Browse the repository at this point in the history
  3. Merge pull request oneapi-src#815 from hdelan/add-cuda-hip-usage-guides

    Add initial CUDA and HIP usage guides
    kbenzie authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    8b3da24 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    739d11c View commit details
    Browse the repository at this point in the history
  2. Merge pull request oneapi-src#855 from veselypeta/petr/fix-empty-body…

    …-warning
    
    [UMF] Fix -Wempty-body warning
    pbalcer authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    a346a30 View commit details
    Browse the repository at this point in the history
  3. Add extra checks for optional parameters and invalid flags (oneapi-sr…

    …c#857)
    
    - Refactors the error code generation script
    - Adds checks for optional parameters
    - Adds checks for invalid combinations of flags in urQueueCreate
    
    Closes oneapi-src#856
    fabiomestre authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    db69f90 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Add more detailed build instructions to the Contribution Guide

    Resolve oneapi-src#582 by adding more detailed instructions on using the `generate` target.
    callumfare committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    04b5da3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdffac3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request oneapi-src#858 from callumfare/callum/update_contr…

    …ib_build_guide
    
    Add more detailed build instructions to the Contribution Guide
    callumfare authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    bcf2b2a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. [UR] Add validation check to urDeviceGet

    Petr Vesely committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    019551c View commit details
    Browse the repository at this point in the history
  2. Add cooperative kernels experimental feature

    Signed-off-by: Michael Aziz <michael.aziz@intel.com>
    0x12CC authored and kbenzie committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    bb542f3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request oneapi-src#849 from 0x12CC/cooperative_kernels

    Add cooperative kernels experimental feature
    kbenzie authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    12c8312 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Merge pull request oneapi-src#860 from veselypeta/petr/fix-device-get…

    …-errorcodes
    
    [UR] Add validation check to urDeviceGet
    pbalcer authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b8cc5ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5640ea6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request oneapi-src#863 from Seanst98/sean/addr-mode-per-di…

    …mension
    
    [Bindless] Struct for unique addressing modes per dimension
    kbenzie authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    099fe5e View commit details
    Browse the repository at this point in the history
  4. [UR] Check for unused parameters

    Petr Vesely committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    494233b View commit details
    Browse the repository at this point in the history
  5. [UR] fix warnings in collector

    Petr Vesely committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    bd4f75d View commit details
    Browse the repository at this point in the history
  6. [UR] Remove parameters from main

    Petr Vesely committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    747613b View commit details
    Browse the repository at this point in the history
  7. [UR] Support Raw C Arrays

    Petr Vesely committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    7217fd7 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. [UR] Remove parameter names

    Petr Vesely committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    88c7f8f View commit details
    Browse the repository at this point in the history
  2. Merge pull request oneapi-src#861 from veselypeta/petr/add-unused-par…

    …ameter-checks
    
    [UR] Check for unused parameters
    veselypeta authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    e40a321 View commit details
    Browse the repository at this point in the history
  3. [cmake] Respect Python virtualenv on macOS

    Fix issue where CMake ignores the Python interpreter specified by a
    virtual environment by default. This results in the generate targets
    failing when the Python package requirements are installed in a virtual
    environment but the system interpreter is found by CMake.
    
    This patch replaces the use of `CMAKE_FIND_FRAMEWORK` with the more
    precise `Python3_FIND_FRAMEWORK`. It also sets the
    `Python3_FIND_STRATEGY` to `LOCATION` which stops searching once the
    first Python interpreter is found, i.e. the interpreter from an
    activated virtual environment, or the system interpreter otherwise.
    kbenzie committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    28ac2e1 View commit details
    Browse the repository at this point in the history
  4. [UR] Address Review Feedback

    Petr Vesely committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    e9aa0f4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request oneapi-src#870 from veselypeta/petr/860/support-ra…

    …w-c-arrays
    
    [UR] Support C style arrays
    veselypeta authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    9a9d2e8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request oneapi-src#872 from kbenzie/benie/macos-respect-py…

    …thon-virtualenv
    
    [cmake] Respect Python virtualenv on macOS
    kbenzie authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    dcbf226 View commit details
    Browse the repository at this point in the history
  7. Fix a few small spec issues:

    * Clarify INVALID_SIZE return for PlatformGet
    * Add PROFILING_INFO_NOT_AVAILABLE to GetProfilingInfo returns
    * Make WriteHostPipe's phEvent param optional (matches other phEvent
      params)
    aarongreig committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d47bd7e View commit details
    Browse the repository at this point in the history
  8. Merge pull request oneapi-src#873 from aarongreig/aaron/miscSpecFixes

    Fix a few small spec issues
    aarongreig authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    1dc6a52 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Fix a few minor CTS issues, notably:

    * Remove null pointer tests for optional EnqueueWriteHostPipe and
      KernelCreateWithNativeHandle params
    * Correct a few error code expectations
    * Ensure virtual mem tests skip properly when there isn't support
    aarongreig committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    db42003 View commit details
    Browse the repository at this point in the history
  2. Merge pull request oneapi-src#874 from aarongreig/aaron/miscCTSFixes

    Fix a few minor CTS issues
    aarongreig authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    fe4402d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. [EXP][CMDBUF] Add Prefetch and Advise commands to cmd buffer experime…

    …ntal feature
    
    Adds USM Prefetch and Advise append commands
    Update feature spec for new commands
    mfrancepillois committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    1cccb50 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Update scripts/core/EXP-COMMAND-BUFFER.rst

    Co-authored-by: Ewan Crawford <ewan.cr@gmail.com>
    mfrancepillois and EwanC authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    57b452c View commit details
    Browse the repository at this point in the history
  2. Update scripts/core/exp-command-buffer.yml

    Co-authored-by: Ewan Crawford <ewan.cr@gmail.com>
    mfrancepillois and EwanC authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    043b4d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    267c89f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b12b606 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

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

Commits on Nov 8, 2023

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

Commits on Nov 10, 2023

  1. Merge commit 'b12b606c35bb7469c1dfdf932e2917238635f02d' into merge-so…

    …me-main-changes-into-adapters-second-patch
    omarahmed1111 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    7c7bf22 View commit details
    Browse the repository at this point in the history
  2. Fix some merge problems

    omarahmed1111 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    07ad4f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65bfeab View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Add more merge fixes

    omarahmed1111 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d86aada View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dad6534 View commit details
    Browse the repository at this point in the history