-
Notifications
You must be signed in to change notification settings - Fork 130
[SYCL] Add tests for SYCL2020 queue::parallel_for() shortcuts #405
[SYCL] Add tests for SYCL2020 queue::parallel_for() shortcuts #405
Conversation
…eductions Signed-off-by: Vyacheslav N Klochkov <[email protected]>
7ca5272
to
835a263
Compare
/verify with intel/llvm#4352 |
@smaslov-intel - all tests passed. Please review this PR. |
80b5ab8
to
84a92b2
Compare
Signed-off-by: Vyacheslav N Klochkov <[email protected]>
84a92b2
to
37077d2
Compare
// RUN: %CPU_RUN_PLACEHOLDER %t.out | ||
|
||
// `Group algorithms are not supported on host device.` on NVidia. | ||
// XFAIL: hip_nvidia |
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 wonder if this is still applicable. Should we rerun the tests?
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 think normal CI would report/complain on this test if it passed on nvidia, right?
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 mean, this test copies that from the existing test (being removed/replaced in this PR): SYCL/Reduction/reduction_queue_parallel_for.cpp . If it passed, it would be seen during CI runs.
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.
If it is the case for other similar tests, then I suspect you are right. If it starts unexpectedly passing we'll know to remove it. 😄
) * [SYCL] Add tests for SYCL2020 queue::parallel_for() shortcuts using reductions Signed-off-by: Vyacheslav N Klochkov <[email protected]>
…llvm-test-suite#405) * [SYCL] Add tests for SYCL2020 queue::parallel_for() shortcuts using reductions Signed-off-by: Vyacheslav N Klochkov <[email protected]>
Signed-off-by: Vyacheslav N Klochkov [email protected]