Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

[SYCL] Add <iostream> headers to tests which assumed "CL/sycl.hpp" would have it included #1084

Merged
merged 19 commits into from
Jul 30, 2022

Conversation

raaiq1
Copy link

@raaiq1 raaiq1 commented Jul 11, 2022

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

@raaiq1 raaiq1 requested a review from pvchupin as a code owner July 15, 2022 17:30
@raaiq1 raaiq1 requested a review from a team as a code owner July 18, 2022 16:52
Signed-off-by: Rauf, Rana <[email protected]>
@raaiq1 raaiq1 requested a review from a team as a code owner July 18, 2022 20:32
raaiq1 added 3 commits July 19, 2022 10:49
Signed-off-by: Rauf, Rana <[email protected]>
Signed-off-by: Rauf, Rana <[email protected]>
Signed-off-by: Rauf, Rana <[email protected]>
@cperkinsintel
Copy link

/verify with intel/llvm#6337

cperkinsintel
cperkinsintel previously approved these changes Jul 19, 2022
Copy link

@cperkinsintel cperkinsintel left a 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

@cperkinsintel
Copy link

/verify with intel/llvm#6337

@cperkinsintel
Copy link

/verify with intel/llvm#6337

cperkinsintel
cperkinsintel previously approved these changes Jul 20, 2022
Copy link

@cperkinsintel cperkinsintel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

@aelovikov-intel aelovikov-intel left a 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.

@raaiq1 raaiq1 dismissed stale reviews from aelovikov-intel and cperkinsintel via 62f7f13 July 25, 2022 21:01
@cperkinsintel
Copy link

/verify with intel/llvm#6469

@raaiq1 raaiq1 changed the title [SYCL] Added <iostream> headers to tests which assumed "CL/sycl.hpp" would have it included [SYCL] Add <iostream> headers to tests which assumed "CL/sycl.hpp" would have it included Jul 27, 2022
@aelovikov-intel
Copy link

The purpose of this PR is support the changes made in draft PR intel/llvm#6337 , which gets rid of #include <iostream> from sycl headers and is assumed to be included in the "CL/sycl.hpp" header for some of the tests present in this repository

Need to update PR and the header (sycl/sycl.hpp).

@aelovikov-intel
Copy link

The changes are good. Please update the first comment so that resulting commit message is accurate.

@raaiq1
Copy link
Author

raaiq1 commented Jul 29, 2022

@intel/llvm-gatekeepers slight ping to merge commit. Thanks

againull
againull previously approved these changes Jul 29, 2022
asudarsa
asudarsa previously approved these changes Jul 29, 2022
Copy link

@asudarsa asudarsa left a 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

v-klochkov
v-klochkov previously approved these changes Jul 29, 2022
@pvchupin
Copy link

I had to make some trivial conflict resolutions due to cl::sycl -> sycl namespace change done earlier

@pvchupin pvchupin merged commit d8b7396 into intel:intel Jul 30, 2022
@raaiq1 raaiq1 deleted the raaiq branch August 3, 2022 15:52
myler pushed a commit to myler/llvm-test-suite that referenced this pull request Mar 22, 2023
…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
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
…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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants