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

update of dr::shp::sort() #1608

Closed

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    c108bd2 View commit details
    Browse the repository at this point in the history
  2. Remove assertions in minmax_element binary operator (oneapi-src#1593)

    * Remove asserts in minmax_element binary operator
    
    * Remove asserts for minmax_element ranges impl
    julianmi authored May 17, 2024
    Configuration menu
    Copy the full SHA
    a9aabb2 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

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

Commits on May 22, 2024

  1. Enable vectorized global loads for the reduction algorithms (oneapi-s…

    …rc#1470)
    
    * Dynamic number of items per work-item
    
    * Enable vectorization
    
    * Fix WG adjustment
    
    * Restructure vectorized reduction
    
    * Add single item process path
    
    * Template vector width
    
    * Reduce branch divergence
    
    * Enable 32-bit addressing
    
    * Centralize tuning parameters
    
    * Fix CPU backend issue
    
    * Remove another inline statement
    
    * Remove unintentional formatting changes
    
    * Remove move statement and ::std
    
    * Update is_device_copyable trait
    
    * Update transform_reduce signature also in test
    
    * Add missing out-of-bounds check
    
    * Improve bounds check based on review comments
    
    * Further bounds check improvements
    
    * Add check for shorter addressing support
    
    * Use static assert instead
    
    * Rename union storage based on review discussion
    julianmi authored May 22, 2024
    Configuration menu
    Copy the full SHA
    b694665 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6e5871 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. [Tests] Shorten sycl_iterator and permutation_iterator tests (oneapi-…

    …src#1552)
    
    
    ---------
    
    Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
    danhoeflinger authored May 23, 2024
    Configuration menu
    Copy the full SHA
    a0cb90a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. [Doc] Swap buffer and pointer APIs to align with scan docs (oneapi-sr…

    …c#1601)
    
    Signed-off-by: Dmitriy Sobolev <dmitriy.sobolev@intel.com>
    dmitriy-sobolev authored May 28, 2024
    Configuration menu
    Copy the full SHA
    8085f5f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

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

Commits on Jun 1, 2024

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

Commits on Jun 3, 2024

  1. [oneDPL] Remove _IsMoveConstructible from __pattern_sort impls + …

    …add preconditions checks into sorting algorithms (oneapi-src#1599)
    SergeyKopienko authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    453ae4d View commit details
    Browse the repository at this point in the history
  2. WIP

    mateuszpn committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d1e0c98 View commit details
    Browse the repository at this point in the history
  3. openmp support

    mateuszpn committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    69ce164 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e623c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

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