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

Conversation

dm-vodopyanov
Copy link

This patch adds 2nd include path <build_dir>/include (in addition to
<build_dir>/include/sycl) to LIT infra to add a ability to compile
DPC++ code with oneapi and intel extensions which moved from (e.g.,
for intel) <build_dir>/include/CL/sycl/INTEL to
<build_dir>/include/sycl/ext/intel in intel/llvm:#4014

This patch adds 2nd include path <build_dir>/include (in addition to
<build_dir>/include/sycl) to LIT infra  to add a ability to compile
DPC++ code with oneapi and intel extensions which  moved from (e.g.,
for intel) <build_dir>/include/CL/sycl/INTEL to
<build_dir>/include/sycl/ext/intel in intel/llvm:#4014
@dm-vodopyanov
Copy link
Author

This patch should be merged before intel/llvm#4014

@vladimirlaz
Copy link

This path should be added by clang driver. If the problem exists only for the build directory structure we can change it.

@dm-vodopyanov
Copy link
Author

This path should be added by clang driver. If the problem exists only for the build directory structure we can change it.

Yes, it is added by the Driver if we use -fsycl, but for tests like https://github.com/intel/llvm-test-suite/blob/intel/SYCL/Basic/buffer/buffer.cpp we pass %sycl_options containing include paths because we compile w/o -fsycl

@vladimirlaz vladimirlaz merged commit 238f0c9 into intel:intel Jul 13, 2021
smaslov-intel pushed a commit to smaslov-intel/llvm-test-suite that referenced this pull request Aug 12, 2021
This patch adds 2nd include path <build_dir>/include (in addition to
<build_dir>/include/sycl) to LIT infra  to add a ability to compile
DPC++ code with oneapi and intel extensions which  moved from (e.g.,
for intel) <build_dir>/include/CL/sycl/INTEL to
<build_dir>/include/sycl/ext/intel in intel/llvm:#4014
myler pushed a commit to myler/llvm-test-suite that referenced this pull request Apr 12, 2022
This patch adds 2nd include path <build_dir>/include (in addition to
<build_dir>/include/sycl) to LIT infra  to add a ability to compile
DPC++ code with oneapi and intel extensions which  moved from (e.g.,
for intel) <build_dir>/include/CL/sycl/INTEL to
<build_dir>/include/sycl/ext/intel in intel/llvm:#4014
myler pushed a commit to myler/llvm-test-suite that referenced this pull request Apr 12, 2022
…ST-14810

Revert "Run mem_extend.sh to set stack size to unlimit"
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
)

This patch adds 2nd include path <build_dir>/include (in addition to
<build_dir>/include/sycl) to LIT infra  to add a ability to compile
DPC++ code with oneapi and intel extensions which  moved from (e.g.,
for intel) <build_dir>/include/CL/sycl/INTEL to
<build_dir>/include/sycl/ext/intel in intel/llvm:intel#4014
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