-
Notifications
You must be signed in to change notification settings - Fork 130
[SYCL] E2E test for interop_task with Level-Zero using get_mem() #168
Conversation
@againull could you please fix the issue SYCL :: Plugin/interop-level-zero-interop-task-mem.cpp? |
@vladimirlaz , what is the compiler used in this E2E testing? The compiler fix was merged long ago, but it still looks like the fail is because of not using the right compiler. |
I cannot reproduce it with ToT:
|
According to the log, pre-ci-linux used latest nightly version b1e1de06fdf8b9fa9b536e731f888bb6cd4f82be of date stamp 20210309_160000. |
@vladimirlaz : the test is taken as is from a customer. Adding waits/catches/etc may cause completely different behavior so I don't think we need to beatify the tests. |
we need to be sure that the test is stable enough to use in regular testing. It should not be submitted if it is flaky or fails on some platforms. |
I agree, we should not add flaky tests for sure. Are you seeing flaky behavior in the test? The only fail that I see currently is stable:
BUT I cannot reproduce it locally. Any suggestions? |
According to logs it looks like char* string was thrown. Adding try/catch wrapper does not affect the code but helps to analyze failures. |
@smaslov-intel, do you have updates for this PR? |
@smaslov-intel, Is this PR still needed? |
Yes. I can't reproduce the reported fail locally. How to restart the Jenkins testing? |
@smaslov-intel, I have restarted testing. |
Signed-off-by: Sergey V Maslov <[email protected]>
@vladimirlaz : I have no clue how to proceed with this.
Any idea? |
The same tests are failing for other PRs. |
Does it mean they are real fails that need to be analyzed/fixed? |
Please, keep |
This is environment issue which is under analysis by tools guys. |
…el/llvm-test-suite#168) Signed-off-by: Sergey V Maslov <[email protected]>
Compiler support is coming in intel/llvm#3307
Signed-off-by: Sergey V Maslov [email protected]