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] Implement get_backend_info() #12906

Merged
merged 18 commits into from
Mar 29, 2024
Merged

Commits on Mar 5, 2024

  1. [SYCL] Implement get_backend_info()

    Signed-off-by: Hu, Peisen <peisen.hu@intel.com>
    HPS-1 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    682ea52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f32edb View commit details
    Browse the repository at this point in the history
  3. [SYCL] Add missing #undef

    Signed-off-by: Hu, Peisen <peisen.hu@intel.com>
    HPS-1 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    5fbb871 View commit details
    Browse the repository at this point in the history
  4. [SYCL] Clear unused variable

    Signed-off-by: Hu, Peisen <peisen.hu@intel.com>
    HPS-1 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    b4563c4 View commit details
    Browse the repository at this point in the history
  5. [SYCL] Fix try-catch block

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

Commits on Mar 6, 2024

  1. [SYCL] Update dump files to add new symbols for get_backend_info

    Signed-off-by: Hu, Peisen <peisen.hu@intel.com>
    HPS-1 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    33c76e3 View commit details
    Browse the repository at this point in the history
  2. [SYCL] Fix Windows dump file

    Signed-off-by: Hu, Peisen <peisen.hu@intel.com>
    HPS-1 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    2920f8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a525f9e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    0b20776 View commit details
    Browse the repository at this point in the history
  2. [SYCL] Adding e2e test case for backend info queries and replace hard…

    …-coded return types with ones associated with traits
    
    Signed-off-by: Hu, Peisen <peisen.hu@intel.com>
    HPS-1 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    bc96a5d View commit details
    Browse the repository at this point in the history
  3. [SYCL] Fixing minor formatting issue

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

Commits on Mar 19, 2024

  1. [SYCL] Update e2e test to check for expected error code when run agai…

    …nst non-OpenCL backends
    
    Signed-off-by: Hu, Peisen <peisen.hu@intel.com>
    HPS-1 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    6ecf5f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. [SYCL] Address minor issues

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

Commits on Mar 27, 2024

  1. [SYCL] Consider ONEAPI_DEVICE_SELECTOR when retrieving device::version

    Signed-off-by: Hu, Peisen <peisen.hu@intel.com>
    HPS-1 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e4cf0ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    356eb3b View commit details
    Browse the repository at this point in the history
  3. [SYCL] Minor typo fix

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

Commits on Mar 28, 2024

  1. [SYCL] Refine device slection logics

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

Commits on Mar 29, 2024

  1. [SYCL]Remove unnecessary try catch block

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