-
Notifications
You must be signed in to change notification settings - Fork 795
[UR][L0] Fix Multi Device Event Cache for shared Root Device #13917
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
[UR][L0] Fix Multi Device Event Cache for shared Root Device #13917
Conversation
21f4237 to
b1fa822
Compare
|
There is something wrong in the group of commits in between my commit and the previous intel/llvm because with just my patch, the failing test passes: C:\Users\nrspruit\sycl_workspace\llvm\build\bin>root_group.exe C:\Users\nrspruit\sycl_workspace\llvm\build\bin>echo %errorlevel% C:\Users\nrspruit\sycl_workspace\llvm\build\bin>git diff C:\Users\nrspruit\sycl_workspace\llvm\build\bin>cd .._deps\unified-runtime-level_zero-src C:\Users\nrspruit\sycl_workspace\llvm\build_deps\unified-runtime-level_zero-src> If I use my change rebased onto latest unified-runtime, the error occurs ie: C:\Users\nrspruit\sycl_workspace\llvm\build\bin>root_group.exe |
|
After oneapi-src/unified-runtime#1581 has been merged, root_group test will only pass on windows when #13653 is merged. Until then, the root_group e2e test will fail. |
b1fa822 to
c55712b
Compare
pre-commit PR for oneapi-src/unified-runtime#1667 Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
c55712b to
242a37d
Compare
|
@intel/llvm-gatekeepers please merge |
pre-commit PR for oneapi-src/unified-runtime#1667