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

Distributed-ranges namespace #1475

Closed
wants to merge 35 commits into from

Commits on Mar 13, 2024

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

Commits on Mar 14, 2024

  1. cleanups

    mateuszpn committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    440e673 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Extend compiler support for the unified USM and buffer storage (oneap…

    …i-src#1410)
    
    * Extend compiler support for USM buffer storage
    
    * Workaround access::decorated
    
    * Address review comment
    julianmi authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    b66e052 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. cleanups of include paths

    mateuszpn committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2f4897f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9189849 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11fdbe7 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

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

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    cd56589 View commit details
    Browse the repository at this point in the history
  2. namespace update

    mateuszpn committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    9e97305 View commit details
    Browse the repository at this point in the history
  3. update

    mateuszpn committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    d492476 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5cfe25 View commit details
    Browse the repository at this point in the history
  5. update

    mateuszpn committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    477b204 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Removing noexcept to resolve issue reported by static analysis. (onea…

    …pi-src#1462)
    
    ---------
    Co-authored-by: Sergey Kopienko <>
    timmiesmith authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    91c3a9a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

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

Commits on Mar 27, 2024

  1. [Dynamic Selection] Skipping auto_tune and dynamic load tests when de…

    …vice=FPGA_EMU (oneapi-src#1440)
    
    Skipping tests with default device as FPGA or FPGA_EMU
    AnuyaWelling2801 authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f489ff4 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

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

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    5e43e65 View commit details
    Browse the repository at this point in the history
  2. Adding std::vector<T, usm_allocator>::iterator to is_passed_directly …

    …types (oneapi-src#1438)
    
    
    Changes USM allocator allocated std::vectors from being processed like host-side iterators to being "passed directly" (into sycl kernels) when it is possible to detect them.  The C++ standard library implementation may or may not include allocator information in the iterator type.  If it does, we can detect such iterators, and treat them as "passed directly".  Where it is not possible, they are still treated as host-side iterators and wrapped in a sycl::buffer.
    Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
    danhoeflinger authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    6a45be7 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    bc74b46 View commit details
    Browse the repository at this point in the history
  2. [oneDPL][sycl] + sycl::is_device_copyable specialization of the SYCL …

    …trait for some oneDPL types
    MikeDvorskiy committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    658e465 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e943bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f31af79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35bb6bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80cf60b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    89c92c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    60884a2 View commit details
    Browse the repository at this point in the history
  9. Revert "[oneDPL][sycl] + necessary includes"

    This reverts commit cb7259d.
    MikeDvorskiy committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ddaf6fe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    797498d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    03c69f1 View commit details
    Browse the repository at this point in the history
  12. [oneDPL][sycl][dpcpp] #include "sycl_traits.h" //SYCL traits speciali…

    …zation for some oneDPL types.
    MikeDvorskiy committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    1047d4a View commit details
    Browse the repository at this point in the history
  13. [oneDPL] removed _ONEDPL_DEVICE_COPYABLE(zip_forward_iterator) due to…

    … zip_forward_iteratoris not used in the device code
    MikeDvorskiy committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    db83006 View commit details
    Browse the repository at this point in the history
  14. remove matrices and logs

    mateuszpn committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    5e98434 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c2e3911 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9fd9ac0 View commit details
    Browse the repository at this point in the history