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] Warn when number of kernel args exceeds maximum available on GPU #2361

Merged
merged 11 commits into from
Sep 2, 2020

Commits on Aug 24, 2020

  1. [SYCL] Warn when number of kernel args exceeds maximum available on GPU

    Emit a warning when number of resulting kernel arguments exceeds 2k -
    maximum available number of kernel arguments on GPU device. Emit a
    warning only in GPU AOT mode since other devices don't have such
    limitation.
    Fznamznon committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    0b069cc View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    Fznamznon committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    ef6a8e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Configuration menu
    Copy the full SHA
    05d5cdb View commit details
    Browse the repository at this point in the history
  2. Update diagnostic message

    Fznamznon committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    25b7ccc View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Add clarifying note

    Fznamznon committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    cfe0109 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. WIP on template thing

    Fznamznon committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    822367c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6bbd19 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Revert "WIP on template thing"

    This reverts commit 822367c.
    Fznamznon committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    f96d73f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3650e91 View commit details
    Browse the repository at this point in the history
  3. Apply comments

    Fznamznon committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    8aa2b27 View commit details
    Browse the repository at this point in the history
  4. Apply comment

    Fznamznon committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    493e64b View commit details
    Browse the repository at this point in the history