-
Notifications
You must be signed in to change notification settings - Fork 131
[SYCL] Remove 6 ESIMD and InlineAsm tests' XFAIL when GPU uplift #232
[SYCL] Remove 6 ESIMD and InlineAsm tests' XFAIL when GPU uplift #232
Conversation
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.
Please change PR title - this is not what the patch is actually doing.
@smaslov-intel, do you know what recent changes in level-zero lead to specialization constants tests passing? |
No idea. There haven't been any works recently specifically related to spec consts. |
@yanfeng3721 - redirect the q to you. |
With uplift Linux GPU RT >=21.11.19310(also required Level zero loader v1.2.3), the 6 test could pass. |
@yanfeng3721, how the tests were failing previously - what was the diagnostics? |
Thanks for your review. |
OK, here is how this test failed before:
Looks like OpenCL and LevelZero used different SPIRV readers. |
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.
I approve the esimd part.
…iles on 20210422 for xmain branch Cherry-pick 62b573e: [SYCL] Remove 6 ESIMD and InlineAsm tests' XFAIL when GPU uplift (intel#232) Change-Id: I36f558f2d86738debc21175fbc814063d79acbe5 Reviewed-on: https://git-amr-2.devtools.intel.com/gerrit/322889 Tested-by: CE Jenkins <[email protected]> Reviewed-by: sys_bbsycl <[email protected]> Tested-by: sys_bbsycl <[email protected]>
The following 6 tests begin to PASS after intel/llvm#3386
4 tests unexpected pass on level_zero:gpu
SYCL :: ESIMD/spec_const/spec_const_char.cpp
SYCL :: ESIMD/spec_const/spec_const_short.cpp
SYCL :: ESIMD/spec_const/spec_const_uchar.cpp
SYCL :: ESIMD/spec_const/spec_const_ushort.cpp
2 tests unexpected pass on level_zero:gpu/opencl:gpu
SYCL :: InlineAsm/asm_loop.cpp
SYCL :: InlineAsm/asm_switch.cpp
Remove llvm-test-suite "//XFAIL: level_zero" for ESIMD test, and "//XFAIL:*" for InlineAsm test.