-
Notifications
You must be signed in to change notification settings - Fork 130
[SYCL][CUDA] Re-enable host-task-dependency test for CUDA #1064
Conversation
Is it possible to have CI logs? If I click on |
Hi @v-klochkov, is it possible to merge this? |
/verify |
@bader @v-klochkov we think these test failures may have been a fluke, I tried to re-run them but it doesn't seem to have worked (maybe I'm doing it wrong), if these tests pass, are you happy for this to be merged, or is there any further reviews which I should request? |
@bader @v-klochkov friendly ping on this, could we re-run the CI for this? |
I suggest we merge tip of the |
This patch re-enables a test that seems not failing anymore. The test has been modified for avoiding deprecation messages and output the content of buffers in case of error.
7be167b
to
8942b7a
Compare
The failures in Windows seem not related to this test. I.e.,
|
I merged this pull request, but I'd like to note that existing checks to not cover CUDA devices. |
This patch re-enables a test that seems not failing anymore. The test has been modified for avoiding deprecation messages and output the content of buffers in case of error.
…-test-suite#1064) This patch re-enables a test that seems not failing anymore. The test has been modified for avoiding deprecation messages and output the content of buffers in case of error.
This patch re-enables a test that seems not failing anymore. The test has been modified for avoiding deprecation messages and output the content of buffers in case of error.
Related to: intel/llvm#8813