Skip to content

Conversation

@vladimirlaz
Copy link
Contributor

Add envrionment configuration for OpenCL and Level Zero
native code compilation in LIT. Update tests in
sycl/test/on-device/basic_tests/interop/ to use new infra.

Add envrionment configuration for OpenCL and Level Zero
native code compilation in LIT. Update tests in
sycl/test/on-device/basic_tests/interop/ to use new infra.
@vladimirlaz vladimirlaz requested a review from a team as a code owner March 24, 2021 08:35
Copy link
Contributor

@sergey-semenov sergey-semenov left a comment

Choose a reason for hiding this comment

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

LGTM

@bader bader merged commit c32ccbe into intel:sycl Mar 25, 2021
@vladimirlaz vladimirlaz deleted the lit_support_for_interop branch April 23, 2021 06:26
jsji pushed a commit that referenced this pull request Nov 4, 2025
This is a follow-up of
KhronosGroup/SPIRV-LLVM-Translator#3399 .

After KhronosGroup/SPIRV-LLVM-Translator#3399,
we do not need to run `llvm-as`, we can directly consume the textual
llvm-ir representation.

This patch profits from this to clean this pattern in the test:
```bash
RUN: llvm-as %s -o %t.bc
RUN: llvm-spirv %t.bc ...
```
And replaces it by
```bash
RUN: llvm-spirv %s ...
```

Original commit:
KhronosGroup/SPIRV-LLVM-Translator@57c254d32ea287a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants