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

[SYCL] Add E2E ESIMD bit operations test. #301

Merged
merged 3 commits into from
Jun 7, 2021
Merged

[SYCL] Add E2E ESIMD bit operations test. #301

merged 3 commits into from
Jun 7, 2021

Conversation

kbobrovs
Copy link

The feature: intel/llvm#3847

Signed-off-by: kbobrovs [email protected]

@kbobrovs kbobrovs requested a review from DenisBakhvalov June 2, 2021 03:54
DenisBakhvalov
DenisBakhvalov previously approved these changes Jun 2, 2021
//===----------------------------------------------------------------------===//
// REQUIRES: gpu
// UNSUPPORTED: cuda
// RUN: %clangxx -fsycl %s -fsycl-device-code-split=per_kernel -o %t.out

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.

Copy link
Author

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]>
@kbobrovs kbobrovs merged commit 734b867 into intel:intel 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.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants