-
Notifications
You must be signed in to change notification settings - Fork 130
[SYCL] Add <iostream> headers to tests which assumed "CL/sycl.hpp" would have it included #1084
Conversation
…would have it included Signed-off-by: Rauf, Rana <[email protected]>
Signed-off-by: Rauf, Rana <[email protected]>
Signed-off-by: Rauf, Rana <[email protected]>
Signed-off-by: Rauf, Rana <[email protected]>
Signed-off-by: Rauf, Rana <[email protected]>
Signed-off-by: Rauf, Rana <[email protected]>
Signed-off-by: Rauf, Rana <[email protected]>
/verify with intel/llvm#6337 |
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.
one nit, otherwise LGTM
/verify with intel/llvm#6337 |
Signed-off-by: Rauf, Rana <[email protected]>
/verify with intel/llvm#6337 |
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.
LGTM
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.
IMO, this should be committed ASAP before waiting for the intel/llvm PR.
The failure looks like it might have been cause by this patch though.
62f7f13
Signed-off-by: Rauf, Rana <[email protected]>
/verify with intel/llvm#6469 |
Need to update PR and the header ( |
The changes are good. Please update the first comment so that resulting commit message is accurate. |
@intel/llvm-gatekeepers slight ping to merge commit. Thanks |
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.
LGTM. No red flags..:-). Thanks
5a6bbb7
I had to make some trivial conflict resolutions due to cl::sycl -> sycl namespace change done earlier |
…uld have it included (intel#1084) The purpose of this PR is support the changes made in PR intel/llvm#6469 , which gets rid of #include <iostream> from sycl headers and is assumed to be included in the "sycl/sycl.hpp" header for some of the tests present in this repository
…uld have it included (intel/llvm-test-suite#1084) The purpose of this PR is support the changes made in PR intel#6469 , which gets rid of #include <iostream> from sycl headers and is assumed to be included in the "sycl/sycl.hpp" header for some of the tests present in this repository
The purpose of this PR is support the changes made in PR intel/llvm#6469 , which gets rid of
#include <iostream>
from sycl headers and is assumed to be included in the "sycl/sycl.hpp" header for some of the tests present in this repository