-
Notifications
You must be signed in to change notification settings - Fork 130
[SYCL] Add a test for HW threads per EU device_info query #550
Conversation
Spec update: intel/llvm#4876 Implementation: intel/llvm#4901 Signed-off-by: Dmitry Sidorov <[email protected]>
9a64d80
to
bbfb3b6
Compare
/verify with intel/llvm#4901 |
it looks like the test is still failing with intel/llvm#4901 |
@vladimirlaz as far as I see many, but not this test have failed. Meanwhile the associated PR's pre-commit doesn't share the same failures. In the log I see:
meanwhile intel-ext-device isn't greppable in the fail log, instead there is: |
@MrSidims could you please analyze the failure. Potentially other tests failed due to the new test hangs/slowdowns device. |
Sure |
The appropriate spec update: intel#4876 Test: intel/llvm-test-suite#550 Signed-off-by: Dmitry Sidorov <[email protected]>
/verify with intel/llvm#4901 |
My bad, from the report intel-ext-device.cpp is failing, but locally for me it's passing with libsycl.so taken from my local build (with the feature). |
/verify with intel/llvm#4901 |
@bader @vladimirlaz I believe, that something went very wrong with the pre-commit job here, please check out this PR with the exact same patch, where pre-commit went fine: #606 . Here test are failing during compilation (and re-starts didn't help). My best guess was that merge job went wrong, but I see no difference between them. Should I investigate further and what steps could you suggest? |
|
I've been restarting them multiple times, I had to create #606 to make it passing.
How Jenkins/pre-ci-linux is different from Jenkins/llvm-test-suite ? |
/verify with intel/llvm#4901 |
@vladimirlaz |
Hi @MrSidims. Here are answers for your questions:
Yes, that is what we designed for the pre-ci of intel/llvm-test-suite.
Yes, as the comment above, Jenkins/pre-ci-linux will only be triggered by new commit operaiton in the PR instead of comment "/verify with XXX", and will use nightly build of intel/llvm instead of head commit of peer side to run the ci test. If not, there will have no difference between "Jenkins/pre-ci-linux" and "Jenkins/llvm-test-suite".
I think the reason #606 went fine is, the new PR 606 was committed today so it was executed with new nightly build based on intel/llvm@7c3a9f1 For more details about the CI process, please email to me and I will paste you some wiki as reference. |
@vladimirlaz @bader in this case, if SYCL::Basic/intel-ext-device.cpp is not failing in llvm-test-suite job (at least I don't see it, sorry if I miss it), can we merge both intel/llvm and test PR? |
The appropriate spec update: #4876 Test: intel/llvm-test-suite#550 Signed-off-by: Dmitry Sidorov <[email protected]>
closed in favour of #606 |
Spec update: intel/llvm#4876
Implementation: intel/llvm#4901
Signed-off-by: Dmitry Sidorov [email protected]