-
Notifications
You must be signed in to change notification settings - Fork 769
[SYCL CI][Linux GPU RT Uplift] Uplift GPU RT version for Linux CI Process #2504
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 CI][Linux GPU RT Uplift] Uplift GPU RT version for Linux CI Process #2504
Conversation
Signed-off-by: bb-sycl <[email protected]>
/summary:run |
@yinyangsx could you please remove XFAIL for passing tests on specific configurations and xfail SYCL::matrix_transpose_glb.cpp test (please create ticket to track fix of the test)? |
Ok, got it |
Signed-off-by: yinyangsx <[email protected]>
15e85d4
to
295a39a
Compare
Signed-off-by: yinyangsx <[email protected]>
This PR conflicts with #2486, which probably should go first. |
Hello @vladimirlaz and @yanfeng3721 , From the log of sycl-ubu-x64-pr, the Linux LIT test hangs machine. Could you please take a look? |
Co-authored-by: Alexey Bader <[email protected]>
Co-authored-by: Alexey Bader <[email protected]>
Signed-off-by: yinyangsx <[email protected]>
|
Signed-off-by: yinyangsx <[email protected]>
This is not the best way to handle "hangs". |
@yinyangsx coudl you please merge the latest changes from sycl branch to you PR to resolve conflict. |
@vladimirlaz , Yanfeng reverted his change due to no public windows GPU version, no conflict now. |
Pending this GPU version available in share folder. |
@bb-sycl, please, fix CI failures and address code review comments. |
/summary:run |
restore warnings.cpp
Restore smemll.cpp
restore smemll.cpp
restore smem_varied.cpp
Restore warnings.cpp
/summary:run |
@@ -10,6 +10,8 @@ | |||
// REQUIRES: gpu | |||
// RUN: %clangxx-esimd -fsycl %s -o %t.out | |||
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out | |||
// XFAIL: linux |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @bader . Yes, this looks like a regression.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bader , I have file a tracker.
intel#2504)" This reverts commit 0c8d46e. Just to check if new regressions are caused by the driver update.
….37.17906 (intel#2504)"" This reverts commit 46b41d9.
Round up number of elements in a Vector to a power of 2 when calculating memory size. Memory size will be calculated as BaseType * bit_ceil(ComponentCount). The previous calculation already rounded 3 elements to 4 elements. Signed-off-by: Lu, John <[email protected]> Original commit: KhronosGroup/SPIRV-LLVM-Translator@a6398f45674bb5d
Round up number of elements in a Vector to a power of 2 when calculating memory size. Memory size will be calculated as BaseType * bit_ceil(ComponentCount). The previous calculation already rounded 3 elements to 4 elements. Signed-off-by: Lu, John <[email protected]> Original commit: KhronosGroup/SPIRV-LLVM-Translator@a6398f45674bb5d
[L0] Remove handle Translation in MCL if loader extension used
[L0] Remove handle Translation in MCL if loader extension used
Uplift GPU RT version for Linux to 20.37.17906