Skip to content

Commit b4b6ab0

Browse files
author
iclsrc
committed
Merge from 'sycl' to 'sycl-web'
2 parents 8ac1750 + 3ef8c82 commit b4b6ab0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sycl/ @intel/llvm-reviewers-runtime
2525
sycl/ReleaseNotes.md @pvchupin @tfzhu
2626
sycl/doc/ @pvchupin @bader
2727
sycl/doc/extensions/ @intel/dpcpp-specification-reviewers
28-
sycl/doc/SPIRV @AlexeySotkin @bashbaug @mbelicki
28+
sycl/doc/extensions/SPIRV/ @AlexeySotkin @bashbaug @mbelicki
2929

3030
# Sub-groups
3131
sycl/include/CL/sycl/detail/spirv.hpp @Pennycook @AlexeySachkov

clang/test/Driver/sycl-instrumentation.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
/// 1. A SPIR-V-based environment must be targetted
55
/// 2. The corresponding Driver option must be enabled explicitly
66

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 \
88
// RUN: | FileCheck -check-prefixes=CHECK-SPIRV,CHECK-HOST %s
99
/// -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 \
1111
// RUN: | FileCheck -check-prefixes=CHECK-SPIRV %s
1212

1313
// CHECK-SPIRV: "-cc1"{{.*}} "-fsycl-is-device"{{.*}} "-fsycl-instrument-device-code"

0 commit comments

Comments
 (0)