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] fix multi-gpu issue on sycl #8554

Merged
merged 11 commits into from
Jul 25, 2024
Merged

Commits on Jul 18, 2024

  1. fix multi-gpu issue on sycl

    Signed-off-by: Chen Xi <xi2chen@intel.com>
    Chen Xi committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    cd296fe View commit details
    Browse the repository at this point in the history
  2. fix some typo

    Signed-off-by: Chen Xi <xi2chen@intel.com>
    Chen Xi committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    6b4f7b2 View commit details
    Browse the repository at this point in the history
  3. remove unnecessary whitespace

    Signed-off-by: Chen Xi <xi2chen@intel.com>
    Chen Xi committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    d096de2 View commit details
    Browse the repository at this point in the history
  4. file format issue

    Signed-off-by: Chen Xi <xi2chen@intel.com>
    Chen Xi committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    bd71cda View commit details
    Browse the repository at this point in the history
  5. sycl::queue can directly use as shared_ptr

    Signed-off-by: Chen Xi <xi2chen@intel.com>
    Chen Xi committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    6160a76 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. fix the perf issue of multi-device

    Signed-off-by: Chen Xi <xi2.chen@intel.com>
    ClarkChin08 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    e4b86a1 View commit details
    Browse the repository at this point in the history
  2. fix intel mkl

    Signed-off-by: Chen Xi <xi2.chen@intel.com>
    ClarkChin08 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    22c72c5 View commit details
    Browse the repository at this point in the history
  3. fix format

    airMeng committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    f3db6d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. add doc for sycl multi-card

    Signed-off-by: Chen Xi <xi2.chen@intel.com>
    ClarkChin08 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    fcce873 View commit details
    Browse the repository at this point in the history
  2. add linux part change on doc

    Signed-off-by: Chen Xi <xi2.chen@intel.com>
    ClarkChin08 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    8fe8086 View commit details
    Browse the repository at this point in the history
  3. fix typo

    Signed-off-by: Chen Xi <xi2.chen@intel.com>
    ClarkChin08 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    fc76684 View commit details
    Browse the repository at this point in the history