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][Graph] Reenable L0 interop test on PVC #15493

Merged
merged 1 commit into from
Sep 30, 2024

Commits on Sep 27, 2024

  1. [SYCL][Graph] Reenable L0 interop test on PVC

    Re-enable the interop-level-zero-launch-kernel.cpp E2E test on
    PVC by making the following correctness changes to the native L0 code:
    
    * Both `zeKernelSetGroupSize` and `ZeGroupCount` were set to have 1024 in the X
      dimensions when this is the total size of the USM allocation, and therefore
      the number of work items we want. Updated to use `zeKernelSuggestGroupSize`
      to work calculate the correct group sizes and count.
    * Update `zeKernelSetArgumentValue` call so that the size parameter is the size
      of the pointer rather than size of the USM allocation.
    EwanC committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f85c9f7 View commit details
    Browse the repository at this point in the history