-
Notifications
You must be signed in to change notification settings - Fork 130
[SYCL] Add support for the generic address space in tests for sycl::a… #619
Conversation
/verify with intel/llvm#5148 |
5 similar comments
/verify with intel/llvm#5148 |
/verify with intel/llvm#5148 |
/verify with intel/llvm#5148 |
/verify with intel/llvm#5148 |
/verify with intel/llvm#5148 |
Very strange, during the previous run, CUDA job was not able to get the changes from git. |
/verify with intel/llvm#5148 |
Some tests sporadically failed. Re-run the tests against the feature commit in sycl. |
/verify with intel/llvm#5148 |
1 similar comment
/verify with intel/llvm#5148 |
A test failed against the intel/llvm#5148 PR but this test is not related to the introduced changes. The PR can be merged after intel/llvm#5148 |
@AGindinson, ping. |
I'm waiting for the ongoing intel/llvm nightly-build update to trigger the checks against the compiler with the implemented feature. |
I think Jenkins/llvm-test-suite checked against the compile with the implemented feature. |
@bader Thank you for the information, I've trigger the checks. I believe the issue with |
It's already occurred, so please, file a bug regardless of the status of new run. |
@bader I've opened the issue. I see the checks fail since they don't see latest changes in the sycl runtime/headers. I'm going to re-trigger the checks tomorrow. |
Okay. Follow-up on this with @vladimirlaz. |
…tomic_ref Signed-off-by: Pavel Samolysov <pavel.samolysov@intel.com>
Signed-off-by: Pavel Samolysov <pavel.samolysov@intel.com>
Signed-off-by: Pavel Samolysov <pavel.samolysov@intel.com>
Signed-off-by: Pavel Samolysov <pavel.samolysov@intel.com>
Unfortunately, the CUDA backend in DPCPP has had no generic address space support yet. The tests for the generic address space must fail on the CUDA backend. To let us mark these tests as expectedly failed, the tests should be moved to separated .cpp files. Signed-off-by: Pavel Samolysov <pavel.samolysov@intel.com>
Signed-off-by: Pavel Samolysov <pavel.samolysov@intel.com>
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.
FYI, the precommit tests can be retriggered via the Jenkins UI - unless, of course, the re-run requires a later version of test sources to be rebased upon.
@AGindinson thank you for the information. |
The failed tests aren't related to the introduced changes. |
…tomic_ref (intel/llvm-test-suite#619) Unfortunately, the CUDA backend in DPCPP has had no generic address space support yet. The tests for the generic address space must fail on the CUDA backend. To let us mark these tests as expectedly failed, the tests should be moved to separated .cpp files. Signed-off-by: Pavel Samolysov <pavel.samolysov@intel.com>
…tomic_ref
Signed-off-by: Pavel Samolysov pavel.samolysov@intel.com