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

[SYCL][CUDA] Explicitly adding extension headers in tests. #1072

Merged
merged 4 commits into from
Jul 1, 2022

Conversation

JackAKirk
Copy link

Explicitly including the extension headers since tests are complaining about missing extension functions/classes in : #975 (comment).

Signed-off-by: JackAKirk jack.kirk@codeplay.com

Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
@JackAKirk
Copy link
Author

/verify with intel/llvm#6386

1 similar comment
@JackAKirk
Copy link
Author

/verify with intel/llvm#6386

pvchupin pushed a commit to intel/llvm that referenced this pull request Jul 1, 2022
…6386)

C++17 usage of if constexpr etc was added to experimental/builtins.hpp as requested in #5964, but I did not remove this header from sycl.hpp since there were no failing tests and I didn't notice it was included in sycl.hpp. Apparently sycl.hpp should not include any usage of C++17. This may be related to some of the failing tests that appear only on the CI: intel/llvm-test-suite#975 (comment). Necessary changes to the tests are added here : intel/llvm-test-suite#1072

Signed-off-by: JackAKirk jack.kirk@codeplay.com
@pvchupin pvchupin merged commit 9e8dbec into intel:intel Jul 1, 2022
bader pushed a commit that referenced this pull request Jul 11, 2022
Reverts experimental/builtins.hpp includes added in #1072 and #1075.

Requires: intel/llvm#6400
myler pushed a commit to myler/llvm-test-suite that referenced this pull request Mar 22, 2023
Explicitly including the extension headers since tests are complaining about missing extension functions/classes in : intel#975 (comment).

Signed-off-by: JackAKirk jack.kirk@codeplay.com
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
…m-test-suite#1072)

Explicitly including the extension headers since tests are complaining about missing extension functions/classes in : intel#975 (comment).

Signed-off-by: JackAKirk jack.kirk@codeplay.com
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
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.

2 participants