File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ sycl/ @intel/llvm-reviewers-runtime
25
25
sycl /ReleaseNotes.md @ pvchupin @ tfzhu
26
26
sycl /doc / @ pvchupin @ bader
27
27
sycl /doc /extensions / @ intel/dpcpp-specification-reviewers
28
- sycl /doc /SPIRV @ AlexeySotkin @ bashbaug @ mbelicki
28
+ sycl /doc /extensions / SPIRV / @ AlexeySotkin @ bashbaug @ mbelicki
29
29
30
30
# Sub-groups
31
31
sycl /include /CL /sycl /detail /spirv.hpp @ Pennycook @ AlexeySachkov
Original file line number Diff line number Diff line change 4
4
/// 1. A SPIR-V-based environment must be targetted
5
5
/// 2. The corresponding Driver option must be enabled explicitly
6
6
7
- // RUN: %clangxx -fsycl -fsycl-instrument-device-code -fsycl-targets=spir64 -### %s 2>&1 \
7
+ // RUN: %clangxx -fsycl -fsycl-instrument-device-code --sysroot=%S/Inputs/SYCL - fsycl-targets=spir64 -### %s 2>&1 \
8
8
// RUN: | FileCheck -check-prefixes=CHECK-SPIRV,CHECK-HOST %s
9
9
/// -fno-sycl-device-lib mustn't affect the linkage of ITT libraries
10
- // RUN: %clangxx -fsycl -fsycl-instrument-device-code -fno-sycl-device-lib=all -fsycl-targets=spir64 -### %s 2>&1 \
10
+ // RUN: %clangxx -fsycl -fsycl-instrument-device-code --sysroot=%S/Inputs/SYCL - fno-sycl-device-lib=all -fsycl-targets=spir64 -### %s 2>&1 \
11
11
// RUN: | FileCheck -check-prefixes=CHECK-SPIRV %s
12
12
13
13
// CHECK-SPIRV: "-cc1"{{.*}} "-fsycl-is-device"{{.*}} "-fsycl-instrument-device-code"
You can’t perform that action at this time.
0 commit comments