This repository was archived by the owner on Mar 28, 2023. It is now read-only.
forked from llvm/llvm-test-suite
-
Notifications
You must be signed in to change notification settings - Fork 130
[SYCL] Add E2E ESIMD bit operations test. #301
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: kbobrovs <[email protected]>
kbobrovs
commented
Jun 2, 2021
Co-authored-by: DenisBakhvalov <[email protected]>
DenisBakhvalov
previously approved these changes
Jun 2, 2021
vladimirlaz
reviewed
Jun 3, 2021
//===----------------------------------------------------------------------===// | ||
// REQUIRES: gpu | ||
// UNSUPPORTED: cuda | ||
// RUN: %clangxx -fsycl %s -fsycl-device-code-split=per_kernel -o %t.out |
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.
Suggested change
// RUN: %clangxx -fsycl %s -fsycl-device-code-split=per_kernel -o %t.out | |
// RUN: %clangxx -fsycl %s -o %t.out |
Is the option mandatory? if not it is better to remove it. To let us run testing with different values of this option.
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.
Yes, this option is needed to test all cases even if some lead to BE compilation failure.
Signed-off-by: kbobrovs <[email protected]>
DenisBakhvalov
approved these changes
Jun 7, 2021
smaslov-intel
pushed a commit
to smaslov-intel/llvm-test-suite
that referenced
this pull request
Aug 12, 2021
* [SYCL] Add E2E ESIMD bit operations test. Signed-off-by: kbobrovs <[email protected]>
aelovikov-intel
pushed a commit
to aelovikov-intel/llvm
that referenced
this pull request
Mar 27, 2023
* [SYCL] Add E2E ESIMD bit operations test. Signed-off-by: kbobrovs <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The feature: intel/llvm#3847
Signed-off-by: kbobrovs [email protected]