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

[SYCL] Add logics for aligned_alloc_xxx<T> to deal with unsupported Alignment argument #12569

Merged
merged 10 commits into from
Feb 8, 2024

Commits on Jan 31, 2024

  1. [SYCL] Add logics for aligned_alloc_xxx<T> to return nullptr when the…

    … Alignment argument is not a power of 2
    
    Signed-off-by: Hu, Peisen <peisen.hu@intel.com>
    HPS-1 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    943f97d View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. [SYCL] Excluding cases with Alignment=0 from nullptr-returning scenario

    Signed-off-by: Hu, Peisen <peisen.hu@intel.com>
    HPS-1 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    40171c6 View commit details
    Browse the repository at this point in the history
  2. [SYCL] Addressing Comments in PR

    Signed-off-by: Hu, Peisen <peisen.hu@intel.com>
    HPS-1 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    14d8de3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84828ea View commit details
    Browse the repository at this point in the history
  4. [SYCL] Formatting files and removing outdated comments in align.cpp

    Signed-off-by: Hu, Peisen <peisen.hu@intel.com>
    HPS-1 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    04b71d2 View commit details
    Browse the repository at this point in the history
  5. [SYCL] Add back comments indicating GPU is unsupported for test align…

    ….cpp
    
    Signed-off-by: Hu, Peisen <peisen.hu@intel.com>
    HPS-1 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e3e8993 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

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

Commits on Feb 7, 2024

  1. [SYCL] Refining align.cpp

    Signed-off-by: Hu, Peisen <peisen.hu@intel.com>
    HPS-1 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    532c706 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfc72d1 View commit details
    Browse the repository at this point in the history